Mips assembler: .set reorder support
[oota-llvm.git] / lib / CodeGen / RegAllocBase.h
index db0c8e13d30a02c2536424388726d93b9f7698fa..064e40f06b7b5a2bc9add40e5c9a081e2005dc3f 100644 (file)
@@ -37,9 +37,9 @@
 #ifndef LLVM_CODEGEN_REGALLOCBASE
 #define LLVM_CODEGEN_REGALLOCBASE
 
-#include "LiveIntervalUnion.h"
-#include "llvm/CodeGen/RegisterClassInfo.h"
 #include "llvm/ADT/OwningPtr.h"
+#include "llvm/CodeGen/LiveIntervalUnion.h"
+#include "llvm/CodeGen/RegisterClassInfo.h"
 
 namespace llvm {