remove unneeded #include

llvm-svn: 42731
This commit is contained in:
Chris Lattner 2007-10-07 08:59:27 +00:00
parent ef6b136781
commit c330d008f4
1 changed files with 0 additions and 1 deletions

View 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;