diff options
Diffstat (limited to 'gcc/fortran/trans-decl.c')
-rw-r--r-- | gcc/fortran/trans-decl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c index b9c16fb..1eed32d 100644 --- a/gcc/fortran/trans-decl.c +++ b/gcc/fortran/trans-decl.c @@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "gfortran.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -40,10 +39,8 @@ along with GCC; see the file COPYING3. If not see #include "toplev.h" /* For announce_function. */ #include "target.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "flags.h" -#include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" |