]> granicus.if.org Git - clang/commitdiff
remove unneeded #include
authorChris Lattner <sabre@nondot.org>
Sun, 7 Oct 2007 08:59:27 +0000 (08:59 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Oct 2007 08:59:27 +0000 (08:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42731 91177308-0d34-0410-b5e6-96231b3b80d8

AST/ASTContext.cpp

index 48068688b7ef4f94f50e1d4e604c065e71c656f5..c9959df31fdbe460a0a11748cc6d5b82febbbd86 100644 (file)
@@ -14,7 +14,6 @@
 #include "clang/AST/ASTContext.h"
 #include "clang/AST/Decl.h"
 #include "clang/AST/DeclObjC.h"
-#include "clang/Lex/Preprocessor.h"
 #include "clang/Basic/TargetInfo.h"
 #include "llvm/ADT/SmallVector.h"
 using namespace clang;