Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CallGraphSCCPass.h
index 7154aa3259d2927350bb8d282c109764245bb603..8958ad2fc1e8ea69848805f2e42b436d7ea3e3a3 100644 (file)
@@ -21,8 +21,8 @@
 #ifndef LLVM_CALL_GRAPH_SCC_PASS_H
 #define LLVM_CALL_GRAPH_SCC_PASS_H
 
-#include "llvm/Pass.h"
 #include "llvm/Analysis/CallGraph.h"
+#include "llvm/Pass.h"
 
 namespace llvm {