diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Basic/SourceManager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Basic/SourceManager.cpp b/lib/Basic/SourceManager.cpp index 42ebe29ffc..9f6624c0b7 100644 --- a/lib/Basic/SourceManager.cpp +++ b/lib/Basic/SourceManager.cpp @@ -13,7 +13,6 @@ #include "clang/Basic/SourceManager.h" #include "clang/Basic/FileManager.h" -#include "llvm/Config/config.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/System/Path.h" @@ -21,7 +20,6 @@ #include "llvm/Bitcode/Deserialize.h" #include "llvm/Support/Streams.h" #include <algorithm> -#include <fcntl.h> using namespace clang; using namespace SrcMgr; using llvm::MemoryBuffer; |