diff options
Diffstat (limited to 'gcc/tree-ssa-dom.c')
-rw-r--r-- | gcc/tree-ssa-dom.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index 7f7d70de596..d0030b1eda4 100644 --- a/gcc/tree-ssa-dom.c +++ b/gcc/tree-ssa-dom.c @@ -21,14 +21,10 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-table.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "stor-layout.h" @@ -43,7 +39,6 @@ along with GCC; see the file COPYING3. If not see #include "cfganal.h" #include "basic-block.h" #include "cfgloop.h" -#include "inchash.h" #include "gimple-pretty-print.h" #include "tree-ssa-alias.h" #include "internal-fn.h" @@ -69,7 +64,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-scopedtables.h" #include "tree-ssa-threadedge.h" #include "tree-ssa-dom.h" -#include "inchash.h" #include "gimplify.h" #include "tree-cfgcleanup.h" |