Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
index 025e18a9dde03502aa2bddc2f385ec95fe56ec1d..bb5b23b00c3493e3a3c1035d33e300e9b4d2b4bb 100644 (file)
 #ifndef LLVM_CODEGEN_MACHINEFUNCTION_H
 #define LLVM_CODEGEN_MACHINEFUNCTION_H
 
-#include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/ADT/ilist.h"
-#include "llvm/Support/DebugLoc.h"
+#include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/Support/Allocator.h"
+#include "llvm/Support/DebugLoc.h"
 #include "llvm/Support/Recycler.h"
 
 namespace llvm {