diff options
Diffstat (limited to 'gcc/fortran/f95-lang.c')
-rw-r--r-- | gcc/fortran/f95-lang.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c index 2c055f5..725cf19 100644 --- a/gcc/fortran/f95-lang.c +++ b/gcc/fortran/f95-lang.c @@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "gfortran.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -39,14 +38,12 @@ along with GCC; see the file COPYING3. If not see #include "timevar.h" #include "tm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "toplev.h" #include "target.h" #include "debug.h" #include "diagnostic.h" /* For errorcount/warningcount */ #include "dumpfile.h" -#include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" |