diff options
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index 18f3eace451..95cb5396204 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -30,12 +30,9 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.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 "fold-const.h" #include "stor-layout.h" @@ -44,8 +41,6 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "hard-reg-set.h" #include "function.h" -#include "hashtab.h" -#include "statistics.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" @@ -57,7 +52,6 @@ along with GCC; see the file COPYING3. If not see #include "regs.h" #include "output.h" #include "diagnostic-core.h" -#include "ggc.h" #include "langhooks.h" #include "tm_p.h" #include "debug.h" @@ -68,7 +62,6 @@ along with GCC; see the file COPYING3. If not see #include "dominance.h" #include "cfg.h" #include "basic-block.h" -#include "hash-map.h" #include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" |