Remove a couple of unnecessary #include's
authorEvan Cheng <evan.cheng@apple.com>
Mon, 23 Jan 2006 07:21:01 +0000 (07:21 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 23 Jan 2006 07:21:01 +0000 (07:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25535 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp

index 97d2602ba5be42e8896ec6980b5c7278e75183cb..e9c41c2be4fa5c651482252c7cf4521cf898baef 100644 (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 {