Expose passinfo from BreakCriticalEdges pass so that it may be "Required" by
[oota-llvm.git] / include / llvm / Value.h
index 2e0740b09a7a8efab2945e06b34ffe2e4749d3b6..f8eceb7ec05aac2f43a6fcae08acd175107ede89 100644 (file)
 #ifndef LLVM_VALUE_H
 #define LLVM_VALUE_H
 
-#include <vector>
 #include "llvm/Annotation.h"
 #include "llvm/AbstractTypeUser.h"
 #include "Support/Casting.h"
 #include <iostream>
+#include <vector>
 
 class User;
 class Type;