* Removed extraneous #includes
authorChris Lattner <sabre@nondot.org>
Fri, 9 Aug 2002 20:08:03 +0000 (20:08 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 Aug 2002 20:08:03 +0000 (20:08 +0000)
commit179cdfb5c844005ed94409e9405473029f2296a6
treea10f8d5fa5f0467d140c23aeab84a7c86fa9b02c
parentb91b31c12df168816702a5e58ecdc56031b27ef6
* Removed extraneous #includes
* Fixed file headers to be consistent with the rest of LLVM
* Other minor fixes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3277 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/llvm/CodeGen/InstrForest.h
include/llvm/CodeGen/InstrSelection.h
include/llvm/CodeGen/InstrSelectionSupport.h
include/llvm/CodeGen/MachineInstrAnnot.h
lib/CodeGen/InstrSched/InstrScheduling.cpp
lib/CodeGen/InstrSched/SchedGraph.h
lib/CodeGen/InstrSched/SchedPriorities.cpp
lib/CodeGen/InstrSched/SchedPriorities.h
lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/Target/MachineFrameInfo.cpp
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/InstrSched/SchedGraph.h
lib/Target/SparcV9/InstrSched/SchedPriorities.cpp
lib/Target/SparcV9/InstrSched/SchedPriorities.h
lib/Target/SparcV9/MachineInstrAnnot.h
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp