From 83a4b3f22585472f484e4dc6c68aae30d392b67b Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 5 Jun 2015 23:14:14 +0000 Subject: [PATCH] Remove unused editline includes LLDB included editline in a couple of places, not respecting LLDB_DISABLE_LIBEDIT. As far as I can tell, these includes are not used, so I am removing them. llvm-svn: 239199 --- lldb/tools/driver/Platform.h | 10 ---------- lldb/tools/lldb-mi/Platform.h | 7 ------- 2 files changed, 17 deletions(-) diff --git a/lldb/tools/driver/Platform.h b/lldb/tools/driver/Platform.h index 8d4c740..c42d7e3 100644 --- a/lldb/tools/driver/Platform.h +++ b/lldb/tools/driver/Platform.h @@ -102,16 +102,6 @@ #include #include - -#if !defined(__ANDROID_NDK__) - #include - #if defined(__FreeBSD__) || defined(__NetBSD__) - #include - #else - #include - #endif -#endif - #endif #endif // lldb_Platform_h_ diff --git a/lldb/tools/lldb-mi/Platform.h b/lldb/tools/lldb-mi/Platform.h index ee63631..093ceac 100644 --- a/lldb/tools/lldb-mi/Platform.h +++ b/lldb/tools/lldb-mi/Platform.h @@ -97,14 +97,7 @@ extern sighandler_t signal(int sig, sighandler_t); #include #include -#include #include #include -#if defined(__FreeBSD__) -#include -#else -#include -#endif - #endif -- 2.7.4