]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/regstat.c
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / regstat.c
index cd4a5c44b281bf6b80905af4085eb965df8ff524..c6bbe6cd29cba713630ad4ff02628b08c5b7e3ee 100644 (file)
@@ -23,14 +23,13 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "backend.h"
-#include "predict.h"
 #include "rtl.h"
+#include "predict.h"
 #include "df.h"
 #include "tm_p.h"
-#include "flags.h"
 #include "regs.h"
+#include "flags.h"
 #include "except.h"
-#include "timevar.h"
 
 
 struct regstat_n_sets_and_refs_t *regstat_n_sets_and_refs;