diff options
Diffstat (limited to 'gcc/fortran/trans.c')
-rw-r--r-- | gcc/fortran/trans.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/fortran/trans.c b/gcc/fortran/trans.c index 9e85b37232b..aece77ab5cd 100644 --- a/gcc/fortran/trans.c +++ b/gcc/fortran/trans.c @@ -23,9 +23,8 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "gfortran.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "fold-const.h" #include "gimple-expr.h" /* For create_tmp_var_raw. */ #include "stringpool.h" |