diff --git a/lldb/source/Core/Error.cpp b/lldb/source/Core/Error.cpp index 5b0bbe273603..ce055826af2c 100644 --- a/lldb/source/Core/Error.cpp +++ b/lldb/source/Core/Error.cpp @@ -21,10 +21,6 @@ #include #include -#if (defined (__arm__) || defined (__arm64__) || defined (__aarch64__)) && defined (__APPLE__) -#include -#endif - using namespace lldb; using namespace lldb_private;