Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CodeGen / MachineBasicBlock.h
index 97c39458d93df5408ca99a2b0d2696972f0f0e7d..81912742fae161168fb464401116aae1d2a47477 100644 (file)
@@ -14,8 +14,8 @@
 #ifndef LLVM_CODEGEN_MACHINEBASICBLOCK_H
 #define LLVM_CODEGEN_MACHINEBASICBLOCK_H
 
-#include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/ADT/GraphTraits.h"
+#include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/Support/DataTypes.h"
 #include <functional>