Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Function.h
index e211e9ab52a871b7ba9a8e29c037beeec614143b..d8647110469c641f3b1340bf8a1309e591b009c3 100644 (file)
 #ifndef LLVM_FUNCTION_H
 #define LLVM_FUNCTION_H
 
-#include "llvm/GlobalValue.h"
-#include "llvm/CallingConv.h"
-#include "llvm/BasicBlock.h"
 #include "llvm/Argument.h"
 #include "llvm/Attributes.h"
+#include "llvm/BasicBlock.h"
+#include "llvm/CallingConv.h"
+#include "llvm/GlobalValue.h"
 #include "llvm/Support/Compiler.h"
 
 namespace llvm {