summaryrefslogtreecommitdiff
path: root/gcc/store-motion.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/store-motion.c')
-rw-r--r--gcc/store-motion.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/gcc/store-motion.c b/gcc/store-motion.c
index 802c6004d4e..a990c03f191 100644
--- a/gcc/store-motion.c
+++ b/gcc/store-motion.c
@@ -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"