aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CompilerInstance.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-12-15 05:53:37 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-12-15 05:53:37 +0000
commit53ba95612c023ecbcf142b9aaa90e4082fc1b480 (patch)
treea5f9082f36ffde9b8e1e39192803b0fbfa36435e /lib/Frontend/CompilerInstance.cpp
parentf5a684d7742df5b57e70bb4dac327f2ef0333f71 (diff)
Revert r146646 that was a mistake, and make the intended change in the right file.
Log: [libclang] Try to unbreak mingw build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146647 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInstance.cpp')
-rw-r--r--lib/Frontend/CompilerInstance.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Frontend/CompilerInstance.cpp b/lib/Frontend/CompilerInstance.cpp
index 8b6251e6e7..84df382e27 100644
--- a/lib/Frontend/CompilerInstance.cpp
+++ b/lib/Frontend/CompilerInstance.cpp
@@ -48,12 +48,9 @@
#include <fstream>
#include <sys/types.h>
#include <sys/stat.h>
-#include <cstdlib>
#if LLVM_ON_WIN32
#include <windows.h>
-#include <io.h>
-#include <fcntl.h>
#endif
#if LLVM_ON_UNIX
#include <unistd.h>