Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / GlobalVariable.h
index b9d3f68642f407a7f260ff3ae9ff4e018714bdbb..79463fbdf0ff9729098f645fec3038527d551040 100644 (file)
 #ifndef LLVM_GLOBAL_VARIABLE_H
 #define LLVM_GLOBAL_VARIABLE_H
 
+#include "llvm/ADT/Twine.h"
+#include "llvm/ADT/ilist_node.h"
 #include "llvm/GlobalValue.h"
 #include "llvm/OperandTraits.h"
-#include "llvm/ADT/ilist_node.h"
-#include "llvm/ADT/Twine.h"
 
 namespace llvm {