diff options
Diffstat (limited to 'gcc/c/c-parser.c')
-rw-r--r-- | gcc/c/c-parser.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c index 0f6d1c9..e0ab0a1 100644 --- a/gcc/c/c-parser.c +++ b/gcc/c/c-parser.c @@ -40,7 +40,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" /* For rtl.h: needs enum reg_class. */ #include "symtab.h" -#include "input.h" #include "alias.h" #include "flags.h" #include "tree.h" @@ -51,7 +50,6 @@ along with GCC; see the file COPYING3. If not see #include "varasm.h" #include "trans-mem.h" #include "langhooks.h" -#include "input.h" #include "cpplib.h" #include "timevar.h" #include "c-family/c-pragma.h" @@ -61,7 +59,6 @@ along with GCC; see the file COPYING3. If not see #include "c-family/c-common.h" #include "c-family/c-objc.h" #include "target.h" -#include "is-a.h" #include "plugin-api.h" #include "hard-reg-set.h" #include "function.h" |