diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-21 23:24:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-21 23:24:48 +0000 |
commit | 68498cefe602bf5364168b4acd0bd5806cdd72ec (patch) | |
tree | 699af48be3e6cdac6af704b565642316e0cd4826 /lib/CodeGen/TargetMachine/Sparc | |
parent | 942d99e4c8922af40345dce1f886a34d621462c7 (diff) |
Eliminate lots of unnecessary #includes and forward decls
there are probably more to kill
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TargetMachine/Sparc')
-rw-r--r-- | lib/CodeGen/TargetMachine/Sparc/Sparc.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/CodeGen/TargetMachine/Sparc/Sparc.cpp b/lib/CodeGen/TargetMachine/Sparc/Sparc.cpp index c687da73d8..68270fae60 100644 --- a/lib/CodeGen/TargetMachine/Sparc/Sparc.cpp +++ b/lib/CodeGen/TargetMachine/Sparc/Sparc.cpp @@ -9,15 +9,8 @@ // 7/15/01 - Vikram Adve - Created //**************************************************************************/ - -//************************** System Include Files **************************/ - -//*************************** User Include Files ***************************/ - -#include "llvm/DerivedTypes.h" #include "llvm/CodeGen/Sparc.h" - //************************ Exported Constants ******************************/ |