Move RegisterClassInfo.h.
[oota-llvm.git] / lib / CodeGen / RegAllocBase.h
index d55484f96f0b8e334cad4b4525cb4377a468ad21..378540245f0f3ba9b2fdf4920f3d083f46885839 100644 (file)
@@ -37,9 +37,9 @@
 #ifndef LLVM_CODEGEN_REGALLOCBASE
 #define LLVM_CODEGEN_REGALLOCBASE
 
-#include "llvm/ADT/OwningPtr.h"
 #include "LiveIntervalUnion.h"
-#include "RegisterClassInfo.h"
+#include "llvm/CodeGen/RegisterClassInfo.h"
+#include "llvm/ADT/OwningPtr.h"
 
 namespace llvm {