diff options
Diffstat (limited to 'gcc/c/c-decl.c')
-rw-r--r-- | gcc/c/c-decl.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c index 77d1de9adbb..7fd662d34f3 100644 --- a/gcc/c/c-decl.c +++ b/gcc/c/c-decl.c @@ -30,12 +30,9 @@ along with GCC; see the file COPYING3. If not see #include "input.h" #include "tm.h" #include "intl.h" -#include "hash-set.h" -#include "vec.h" #include "symtab.h" #include "input.h" #include "alias.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "print-tree.h" @@ -45,9 +42,6 @@ along with GCC; see the file COPYING3. If not see #include "stringpool.h" #include "tree-inline.h" #include "flags.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" #include "hard-reg-set.h" #include "function.h" #include "c-tree.h" @@ -67,12 +61,10 @@ along with GCC; see the file COPYING3. If not see #include "tree-iterator.h" #include "diagnostic-core.h" #include "dumpfile.h" -#include "hash-map.h" #include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" -#include "hash-table.h" #include "langhooks-def.h" #include "plugin.h" #include "c-family/c-ada-spec.h" |