diff options
Diffstat (limited to 'gcc/symtab.c')
-rw-r--r-- | gcc/symtab.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/symtab.c b/gcc/symtab.c index c117a0ff3c2..9dc07f5b655 100644 --- a/gcc/symtab.c +++ b/gcc/symtab.c @@ -23,17 +23,13 @@ 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 "print-tree.h" #include "varasm.h" -#include "hashtab.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" @@ -47,7 +43,6 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "tree-inline.h" #include "langhooks.h" -#include "hash-map.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" |