Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Instruction.h
index 0f717ad9ddde96031ce6a2fed32359b48f8b3a6f..39f657bf3a449ae02ca6d368f71e1b54241dd917 100644 (file)
@@ -15,9 +15,9 @@
 #ifndef LLVM_INSTRUCTION_H
 #define LLVM_INSTRUCTION_H
 
-#include "llvm/User.h"
 #include "llvm/ADT/ilist_node.h"
 #include "llvm/Support/DebugLoc.h"
+#include "llvm/User.h"
 
 namespace llvm {