[Lldb-commits] [lldb] r234945 - Remove unneeded include.

Jason Molenda jmolenda at apple.com
Tue Apr 14 14:34:52 PDT 2015


Author: jmolenda
Date: Tue Apr 14 16:34:51 2015
New Revision: 234945

URL: http://llvm.org/viewvc/llvm-project?rev=234945&view=rev
Log:
Remove unneeded include.

Modified:
    lldb/trunk/source/Core/Error.cpp

Modified: lldb/trunk/source/Core/Error.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/Error.cpp?rev=234945&r1=234944&r2=234945&view=diff
==============================================================================
--- lldb/trunk/source/Core/Error.cpp (original)
+++ lldb/trunk/source/Core/Error.cpp Tue Apr 14 16:34:51 2015
@@ -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;
 





More information about the lldb-commits mailing list