Remove extraneous #includes
authorChris Lattner <sabre@nondot.org>
Tue, 18 Sep 2001 17:03:48 +0000 (17:03 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Sep 2001 17:03:48 +0000 (17:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@627 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9Internals.h

index 6e068b35bd093d2017ffa09b0b4b7bcddb127d5a..c63c7c5f6b5a6d95be53560368fcd78999a5049a 100644 (file)
@@ -9,10 +9,7 @@
 #define SPARC_INTERNALS_H
 
 #include "SparcRegInfo.h"
-#include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/MachineInstrInfo.h"
 #include "llvm/Target/MachineSchedInfo.h"
-#include "llvm/Target/MachineRegInfo.h"
 #include "llvm/Type.h"
 
 #include <sys/types.h>