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.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/store-motion.c b/gcc/store-motion.c
index 42392cb8c74..aeed299c0a7 100644
--- a/gcc/store-motion.c
+++ b/gcc/store-motion.c
@@ -25,12 +25,9 @@ along with GCC; see the file COPYING3. If not see
#include "toplev.h"
#include "rtl.h"
-#include "hash-set.h"
-#include "vec.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
-#include "inchash.h"
#include "tree.h"
#include "tm_p.h"
#include "regs.h"
@@ -47,8 +44,6 @@ along with GCC; see the file COPYING3. If not see
#include "lcm.h"
#include "cfgcleanup.h"
#include "basic-block.h"
-#include "hashtab.h"
-#include "statistics.h"
#include "expmed.h"
#include "dojump.h"
#include "explow.h"
@@ -58,10 +53,8 @@ along with GCC; see the file COPYING3. If not see
#include "stmt.h"
#include "expr.h"
#include "except.h"
-#include "ggc.h"
#include "intl.h"
#include "tree-pass.h"
-#include "hash-table.h"
#include "df.h"
#include "dbgcnt.h"
#include "rtl-iter.h"