]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/sched-vis.c
2015-07-07 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / sched-vis.c
index 8b77238e9d8ef3630102e5c75c0b50bad0a2b215..f115e0a061e98b512a8d31e40734616a609c7467 100644 (file)
@@ -26,17 +26,10 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
+#include "backend.h"
 #include "rtl.h"
 #include "alias.h"
-#include "symtab.h"
-#include "tree.h"      /* FIXME: To dump INSN_VAR_LOCATION_DECL.  */
-#include "predict.h"
-#include "hard-reg-set.h"
-#include "function.h"
-#include "dominance.h"
-#include "cfg.h"
-#include "basic-block.h"
+#include "tree.h"
 #include "dumpfile.h"  /* for the TDF_* flags */
 #include "pretty-print.h"