Changes in directory llvm/lib/CodeGen/SelectionDAG:
ScheduleDAGSimple.cpp updated: 1.2 -> 1.3 --- Log message: Remove a couple of unnecessary #include's --- Diffs of the changes: (+0 -2) ScheduleDAGSimple.cpp | 2 -- 1 files changed, 2 deletions(-) Index: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp diff -u llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp:1.2 llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp:1.3 --- llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp:1.2 Mon Jan 23 01:01:07 2006 +++ llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp Mon Jan 23 01:21:01 2006 @@ -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 { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits