Remove an apparently unused header.

llvm-svn: 76473
This commit is contained in:
Mike Stump 2009-07-20 21:17:53 +00:00
parent 57106d6dc0
commit 94e12450aa
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "llvm/Support/CFG.h"
#include "llvm/Target/TargetData.h"
using namespace clang;
using namespace CodeGen;