]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/combine.c
2015-07-07 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / combine.c
index b97aa10be0799ec53ce50f8a735959d58f3ab0c9..55cfc15e9a4fe1d96e527966a61e9688b93e3645 100644 (file)
@@ -78,23 +78,17 @@ 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 "tree.h"
 #include "rtl.h"
+#include "df.h"
 #include "alias.h"
-#include "symtab.h"
-#include "tree.h"
 #include "stor-layout.h"
 #include "tm_p.h"
 #include "flags.h"
 #include "regs.h"
-#include "hard-reg-set.h"
-#include "predict.h"
-#include "function.h"
-#include "dominance.h"
-#include "cfg.h"
 #include "cfgrtl.h"
 #include "cfgcleanup.h"
-#include "basic-block.h"
 #include "insn-config.h"
 /* Include expr.h after insn-config.h so we get HAVE_conditional_move.  */
 #include "expmed.h"
@@ -114,7 +108,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "rtlhooks-def.h"
 #include "params.h"
 #include "tree-pass.h"
-#include "df.h"
 #include "valtrack.h"
 #include "cgraph.h"
 #include "obstack.h"