diff options
-rw-r--r-- | lldb/tools/driver/Platform.h | 10 | ||||
-rw-r--r-- | lldb/tools/lldb-mi/Platform.h | 7 |
2 files changed, 0 insertions, 17 deletions
diff --git a/lldb/tools/driver/Platform.h b/lldb/tools/driver/Platform.h index 8d4c7402fe8..c42d7e3da9d 100644 --- a/lldb/tools/driver/Platform.h +++ b/lldb/tools/driver/Platform.h @@ -102,16 +102,6 @@ #include <pthread.h> #include <sys/time.h> - -#if !defined(__ANDROID_NDK__) - #include <histedit.h> - #if defined(__FreeBSD__) || defined(__NetBSD__) - #include <readline/readline.h> - #else - #include <editline/readline.h> - #endif -#endif - #endif #endif // lldb_Platform_h_ diff --git a/lldb/tools/lldb-mi/Platform.h b/lldb/tools/lldb-mi/Platform.h index ee63631874b..093ceac0fb9 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 <termios.h> #include <unistd.h> -#include <histedit.h> #include <pthread.h> #include <sys/time.h> -#if defined(__FreeBSD__) -#include <readline/readline.h> -#else -#include <editline/readline.h> -#endif - #endif |