]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/store-motion.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / store-motion.c
index 802c6004d4edaf929f74ec9fa027ecc4a50c527b..a990c03f191adc592cb790de400552992e199a4b 100644 (file)
@@ -20,29 +20,23 @@ 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 "diagnostic-core.h"
 #include "toplev.h"
 
-#include "rtl.h"
 #include "alias.h"
-#include "symtab.h"
-#include "tree.h"
 #include "tm_p.h"
 #include "regs.h"
-#include "hard-reg-set.h"
 #include "flags.h"
 #include "insn-config.h"
 #include "recog.h"
-#include "predict.h"
-#include "function.h"
-#include "dominance.h"
-#include "cfg.h"
 #include "cfgrtl.h"
 #include "cfganal.h"
 #include "lcm.h"
 #include "cfgcleanup.h"
-#include "basic-block.h"
 #include "expmed.h"
 #include "dojump.h"
 #include "explow.h"
@@ -54,7 +48,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "except.h"
 #include "intl.h"
 #include "tree-pass.h"
-#include "df.h"
 #include "dbgcnt.h"
 #include "rtl-iter.h"