Index: lldb/branches/release_36/tools/driver/Platform.h =================================================================== --- lldb/branches/release_36/tools/driver/Platform.h +++ lldb/branches/release_36/tools/driver/Platform.h @@ -103,16 +103,6 @@ #include #include - -#if !defined(__ANDROID_NDK__) - #include - #if defined(__FreeBSD__) || defined(__NetBSD__) - #include - #else - #include - #endif -#endif - #endif #endif // lldb_Platform_h_ Index: lldb/branches/release_36/tools/lldb-mi/Platform.h =================================================================== --- lldb/branches/release_36/tools/lldb-mi/Platform.h +++ lldb/branches/release_36/tools/lldb-mi/Platform.h @@ -96,14 +96,7 @@ #include #include -#include #include #include -#if defined(__FreeBSD__) -#include -#else -#include -#endif - #endif