diff options
Diffstat (limited to 'gcc/fortran/f95-lang.c')
-rw-r--r-- | gcc/fortran/f95-lang.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c index 2e91470..605c2ab 100644 --- a/gcc/fortran/f95-lang.c +++ b/gcc/fortran/f95-lang.c @@ -30,17 +30,11 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "gfortran.h" #include "trans.h" -#include "timevar.h" -#include "cgraph.h" #include "diagnostic.h" /* For errorcount/warningcount */ -#include "ansidecl.h" -#include "alias.h" -#include "flags.h" #include "langhooks.h" #include "langhooks-def.h" #include "toplev.h" #include "debug.h" -#include "dumpfile.h" #include "cpp.h" #include "trans-types.h" #include "trans-const.h" |