[cfe-commits] r42731 - /cfe/trunk/AST/ASTContext.cpp
Chris Lattner
sabre at nondot.org
Sun Oct 7 01:59:27 PDT 2007
Author: lattner
Date: Sun Oct 7 03:59:27 2007
New Revision: 42731
URL: http://llvm.org/viewvc/llvm-project?rev=42731&view=rev
Log:
remove unneeded #include
Modified:
cfe/trunk/AST/ASTContext.cpp
Modified: cfe/trunk/AST/ASTContext.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/AST/ASTContext.cpp?rev=42731&r1=42730&r2=42731&view=diff
==============================================================================
--- cfe/trunk/AST/ASTContext.cpp (original)
+++ cfe/trunk/AST/ASTContext.cpp Sun Oct 7 03:59:27 2007
@@ -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;
More information about the cfe-commits
mailing list