]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/lcm.c
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / lcm.c
index f6d1ed542f42427de875c1d106b3ba9d3e925735..2afb735c92a5a253e19325d12ca390b72ead9c85 100644 (file)
--- a/gcc/lcm.c
+++ b/gcc/lcm.c
@@ -53,13 +53,13 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "backend.h"
 #include "rtl.h"
-#include "regs.h"
-#include "flags.h"
+#include "tm_p.h"
 #include "insn-config.h"
+#include "regs.h"
 #include "recog.h"
+#include "flags.h"
 #include "cfganal.h"
 #include "lcm.h"
-#include "tm_p.h"
 #include "dumpfile.h"
 
 /* Edge based LCM routines.  */