Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Target / Mips / MipsMachineFunction.cpp
index 5ff19aba02678d12a1f29d8484e9bffc00350c98..11eef6591c991193675a4d382074467fd39adb38 100644 (file)
@@ -8,12 +8,12 @@
 //===----------------------------------------------------------------------===//
 
 #include "MipsMachineFunction.h"
+#include "MCTargetDesc/MipsBaseInfo.h"
 #include "MipsInstrInfo.h"
 #include "MipsSubtarget.h"
-#include "MCTargetDesc/MipsBaseInfo.h"
-#include "llvm/Function.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineRegisterInfo.h"
+#include "llvm/Function.h"
 #include "llvm/Support/CommandLine.h"
 
 using namespace llvm;