summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Error.cpp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2015-04-14 21:34:51 +0000
committerJason Molenda <jmolenda@apple.com>2015-04-14 21:34:51 +0000
commitd2e46b19cb999c0ce4a797b39379585bef2fed02 (patch)
tree6891916e7dea8194f7171d44f61cf1e6525bf183 /lldb/source/Core/Error.cpp
parent5ec40d6e7398d7ddbffccc0bf635554d0ae252d1 (diff)
downloadbcm5719-llvm-d2e46b19cb999c0ce4a797b39379585bef2fed02.tar.gz
bcm5719-llvm-d2e46b19cb999c0ce4a797b39379585bef2fed02.zip
Remove unneeded include.
llvm-svn: 234945
Diffstat (limited to 'lldb/source/Core/Error.cpp')
-rw-r--r--lldb/source/Core/Error.cpp4
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;
OpenPOWER on IntegriCloud