From d2e46b19cb999c0ce4a797b39379585bef2fed02 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 14 Apr 2015 21:34:51 +0000 Subject: Remove unneeded include. llvm-svn: 234945 --- lldb/source/Core/Error.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lldb/source/Core/Error.cpp') 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 #include -#if (defined (__arm__) || defined (__arm64__) || defined (__aarch64__)) && defined (__APPLE__) -#include -#endif - using namespace lldb; using namespace lldb_private; -- cgit v1.2.3