aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Hunt <oliver@apple.com>2025-08-06 19:13:08 -0700
committerOliver Hunt <oliver@apple.com>2025-09-02 15:34:42 -0700
commite88ad93aa935f0ae7babc05f328a9b65cb22d4db (patch)
tree38fd67b5ea0fa208c77030cc882137b3210f29d1
parent6dc0a4211860df84d4a41cea497061d377923af2 (diff)
downloadllvm-e88ad93aa935f0ae7babc05f328a9b65cb22d4db.zip
llvm-e88ad93aa935f0ae7babc05f328a9b65cb22d4db.tar.gz
llvm-e88ad93aa935f0ae7babc05f328a9b65cb22d4db.tar.bz2
Remove header include that is unnecessary but apparently works in some places
-rw-r--r--libcxxabi/src/cxa_personality.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxxabi/src/cxa_personality.cpp b/libcxxabi/src/cxa_personality.cpp
index c5c72f3..22a70c6 100644
--- a/libcxxabi/src/cxa_personality.cpp
+++ b/libcxxabi/src/cxa_personality.cpp
@@ -21,7 +21,6 @@
#include "cxa_handlers.h"
#include "private_typeinfo.h"
#include "unwind.h"
-#include "libunwind.h"
#if __has_include(<ptrauth.h>)
# include <ptrauth.h>