From: Evan Cheng Date: Mon, 23 Jan 2006 07:21:01 +0000 (+0000) Subject: Remove a couple of unnecessary #include's X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dfeeac9f002454ccba362893f218fd2e6f502f48;p=oota-llvm.git Remove a couple of unnecessary #include's git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25535 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp index 97d2602ba5b..e9c41c2be4f 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp @@ -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 using namespace llvm; namespace {