Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Analysis / RegionPass.h
index 68f12012bcd1266436a8697e8846e72f3ae37982..6ed12e5db521fdc8a2ee67a85202598ff64a761b 100644 (file)
 #define LLVM_REGION_PASS_H
 
 #include "llvm/Analysis/RegionInfo.h"
-
+#include "llvm/Function.h"
 #include "llvm/Pass.h"
 #include "llvm/PassManagers.h"
-#include "llvm/Function.h"
-
 #include <deque>
 
 namespace llvm {