Prune includes in X86 target.
[oota-llvm.git] / lib / Target / X86 / X86.h
index 947002fd14c5d2106ec103a7ec3be52cca7cee5f..18e6845efec001dd4a8a280b7631fd5af63373fe 100644 (file)
 #ifndef TARGET_X86_H
 #define TARGET_X86_H
 
-#include "MCTargetDesc/X86BaseInfo.h"
-#include "MCTargetDesc/X86MCTargetDesc.h"
-#include "llvm/Support/DataTypes.h"
-#include "llvm/Target/TargetMachine.h"
+#include "llvm/Support/CodeGen.h"
 
 namespace llvm {
 
 class FunctionPass;
+class ImmutablePass;
 class JITCodeEmitter;
 class X86TargetMachine;