Remove unused #include

llvm-svn: 13304
This commit is contained in:
Chris Lattner 2004-05-01 21:29:16 +00:00
parent acbf0c84de
commit 7b0a2046d4
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/InstVisitor.h"
#include "llvm/Support/CFG.h"
#include "Support/Statistic.h"
using namespace llvm;