diff options
Diffstat (limited to 'lldb/source/Core/Error.cpp')
-rw-r--r-- | lldb/source/Core/Error.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Core/Error.cpp b/lldb/source/Core/Error.cpp index 5b0bbe27360..ce055826af2 100644 --- a/lldb/source/Core/Error.cpp +++ b/lldb/source/Core/Error.cpp @@ -21,10 +21,6 @@ #include <cerrno> #include <cstdarg> -#if (defined (__arm__) || defined (__arm64__) || defined (__aarch64__)) && defined (__APPLE__) -#include <SpringBoardServices/SpringBoardServer.h> -#endif - using namespace lldb; using namespace lldb_private; |