summaryrefslogtreecommitdiff
path: root/source/Core/Error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Core/Error.cpp')
-rw-r--r--source/Core/Error.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/Core/Error.cpp b/source/Core/Error.cpp
index 5b0bbe273603..ce055826af2c 100644
--- a/source/Core/Error.cpp
+++ b/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;