Remove redundant #include.

llvm-svn: 47748
This commit is contained in:
Evan Cheng 2008-02-29 02:49:15 +00:00
parent a28acfee92
commit 88f839944d
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
#include "llvm/CodeGen/Passes.h"
#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
using namespace llvm;