diff options
Diffstat (limited to 'gcc/c/c-decl.c')
-rw-r--r-- | gcc/c/c-decl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c index b124feb..fc1fdf9 100644 --- a/gcc/c/c-decl.c +++ b/gcc/c/c-decl.c @@ -27,11 +27,9 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "input.h" #include "tm.h" #include "intl.h" #include "symtab.h" -#include "input.h" #include "alias.h" #include "tree.h" #include "fold-const.h" @@ -61,7 +59,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-iterator.h" #include "diagnostic-core.h" #include "dumpfile.h" -#include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" |