Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CodeGen / LiveRegMatrix.h
index a794e358617690909d88e5a15f451af7e66115bc..7a3e9e8347f4f3f74430fc63b3d52e6026d2b79c 100644 (file)
@@ -24,9 +24,9 @@
 #ifndef LLVM_CODEGEN_LIVEREGMATRIX_H
 #define LLVM_CODEGEN_LIVEREGMATRIX_H
 
-#include "llvm/CodeGen/LiveIntervalUnion.h"
 #include "llvm/ADT/BitVector.h"
 #include "llvm/ADT/OwningPtr.h"
+#include "llvm/CodeGen/LiveIntervalUnion.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
 
 namespace llvm {