diff options
author | Chris Lattner <sabre@nondot.org> | 2008-04-01 06:08:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-04-01 06:08:11 +0000 |
commit | 4f6002c79af576c70d986dc2a32ee9a2bae29cd3 (patch) | |
tree | 10b1b128ac46bca0f0b1a597fa3090301fcd9b52 /clang/lib/Basic/SourceManager.cpp | |
parent | 47448288ee0a143ce5d96ab4b76efd29c91abe5c (diff) | |
download | bcm5719-llvm-4f6002c79af576c70d986dc2a32ee9a2bae29cd3.tar.gz bcm5719-llvm-4f6002c79af576c70d986dc2a32ee9a2bae29cd3.zip |
prune dead #includes
llvm-svn: 49033
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
-rw-r--r-- | clang/lib/Basic/SourceManager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Basic/SourceManager.cpp b/clang/lib/Basic/SourceManager.cpp index 42ebe29ffc5..9f6624c0b7e 100644 --- a/clang/lib/Basic/SourceManager.cpp +++ b/clang/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; |