diff options
Diffstat (limited to 'gcc/c/c-parser.c')
-rw-r--r-- | gcc/c/c-parser.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c index c691e76bcf6..0f6d1c9f75f 100644 --- a/gcc/c/c-parser.c +++ b/gcc/c/c-parser.c @@ -39,13 +39,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" /* For rtl.h: needs enum reg_class. */ -#include "hash-set.h" -#include "vec.h" #include "symtab.h" #include "input.h" #include "alias.h" #include "flags.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "stringpool.h" @@ -61,16 +58,11 @@ along with GCC; see the file COPYING3. If not see #include "c-tree.h" #include "c-lang.h" #include "flags.h" -#include "ggc.h" #include "c-family/c-common.h" #include "c-family/c-objc.h" -#include "vec.h" #include "target.h" -#include "hash-map.h" #include "is-a.h" #include "plugin-api.h" -#include "hashtab.h" -#include "hash-set.h" #include "hard-reg-set.h" #include "function.h" #include "ipa-ref.h" |