Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CodeGen / VirtRegMap.h
index 7974dda66a5f9a0ab4aa5081036080e3a95a0df9..ebf42a32ba6e010185aca723da773f0b357b2e51 100644 (file)
@@ -17,9 +17,9 @@
 #ifndef LLVM_CODEGEN_VIRTREGMAP_H
 #define LLVM_CODEGEN_VIRTREGMAP_H
 
+#include "llvm/ADT/IndexedMap.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/Target/TargetRegisterInfo.h"
-#include "llvm/ADT/IndexedMap.h"
 
 namespace llvm {
   class MachineInstr;