Remove a couple of unnecessary #include's

llvm-svn: 25535
This commit is contained in:
Evan Cheng 2006-01-23 07:21:01 +00:00
parent 8935e3eb7d
commit 87063b9986
1 changed files with 0 additions and 2 deletions

View File

@ -18,9 +18,7 @@
#include "llvm/CodeGen/SelectionDAG.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include <iostream>
using namespace llvm;
namespace {