From: Chris Lattner Date: Tue, 1 Apr 2008 06:08:11 +0000 (+0000) Subject: prune dead #includes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be2ab45def5c856c32cb15a2a67254e15b40b0bb;p=clang prune dead #includes git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49033 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 -#include using namespace clang; using namespace SrcMgr; using llvm::MemoryBuffer;