Author: cbieneman
Date: Thu Apr 27 14:45:13 2017
New Revision: 301579
URL: http://llvm.org/viewvc/llvm-project?rev=301579&view=rev
Log:
Fix GreenDragon bots
We don't actually need to include Compiler.h here because it is only used on
Windows and Windows/PosixAPI.h includes it.
Modified:
lldb/trunk/include/lldb/Host/PosixApi.h
Modified: lldb/trunk/include/lldb/Host/PosixApi.h
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/PosixApi.h?rev=301579&r1=301578&r2=301579&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/PosixApi.h (original)
+++ lldb/trunk/include/lldb/Host/PosixApi.h Thu Apr 27 14:45:13 2017
@@ -14,8 +14,6 @@
// to provide a minimum level of compatibility across all platforms to rely
// on various posix api functionality.
-#include "llvm/Support/Compiler.h"
-
#if defined(LLVM_ON_WIN32)
#include "lldb/Host/windows/PosixApi.h"
#endif
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits