Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Analysis / PathNumbering.h
index 7025e28484cc89005cce3017b65a506c88046b1c..a9f76219f47b4bf2510567b71b820e17af34fe28 100644 (file)
 #ifndef LLVM_PATH_NUMBERING_H
 #define LLVM_PATH_NUMBERING_H
 
+#include "llvm/Analysis/ProfileInfoTypes.h"
 #include "llvm/BasicBlock.h"
 #include "llvm/Instructions.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/CFG.h"
-#include "llvm/Analysis/ProfileInfoTypes.h"
 #include <map>
 #include <stack>
 #include <vector>