Re-sort #include lines using my handy dandy ./utils/sort_includes.py
[oota-llvm.git] / lib / Target / Mips / MipsTargetMachine.h
index 07dfdc3e69e1a9f34108314944b9030a7fd90def..afd0cea6a6cad19d3fe95b7ce07d5c9cbea6b2d4 100644 (file)
 #ifndef LLVM_LIB_TARGET_MIPS_MIPSTARGETMACHINE_H
 #define LLVM_LIB_TARGET_MIPS_MIPSTARGETMACHINE_H
 
+#include "MCTargetDesc/MipsABIInfo.h"
 #include "MipsSubtarget.h"
 #include "llvm/CodeGen/BasicTTIImpl.h"
 #include "llvm/CodeGen/Passes.h"
 #include "llvm/CodeGen/SelectionDAGISel.h"
 #include "llvm/Target/TargetFrameLowering.h"
 #include "llvm/Target/TargetMachine.h"
-#include "MCTargetDesc/MipsABIInfo.h"
 
 namespace llvm {
 class formatted_raw_ostream;