Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Target / Mips / MipsDelaySlotFiller.cpp
index 17a19fb2ab22a8ddec1294e4f4ca6eaa31aa644f..d055afa3d18d6aa328bd258d6ae9b27ec9e56460 100644 (file)
 
 #include "Mips.h"
 #include "MipsTargetMachine.h"
+#include "llvm/ADT/SmallSet.h"
+#include "llvm/ADT/Statistic.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/Support/CommandLine.h"
-#include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetInstrInfo.h"
+#include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetRegisterInfo.h"
-#include "llvm/ADT/SmallSet.h"
-#include "llvm/ADT/Statistic.h"
 
 using namespace llvm;