From: Chris Lattner Date: Sun, 7 Oct 2007 08:59:27 +0000 (+0000) Subject: remove unneeded #include X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13afd24bed2dc6d8f731b3919ef2e1c22ceca9c4;p=clang remove unneeded #include git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42731 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/AST/ASTContext.cpp b/AST/ASTContext.cpp index 48068688b7..c9959df31f 100644 --- a/AST/ASTContext.cpp +++ b/AST/ASTContext.cpp @@ -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;