LegacyPassManagers.h: increase the size of PMDataManager::HigherLevelAnalysis.
[oota-llvm.git] / utils / TableGen / CodeGenSchedule.h
index 65ac60207472be7f949e178467f804e58874d05b..3fef8adf91e54d5b2610110392260caadcb1c9df 100644 (file)
 #ifndef CODEGEN_SCHEDULE_H
 #define CODEGEN_SCHEDULE_H
 
-#include "SetTheory.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/StringMap.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/TableGen/Record.h"
+#include "llvm/TableGen/SetTheory.h"
 
 namespace llvm {