diff options
Diffstat (limited to 'gcc/fortran/trans.c')
-rw-r--r-- | gcc/fortran/trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans.c b/gcc/fortran/trans.c index 1925506..2cc701e 100644 --- a/gcc/fortran/trans.c +++ b/gcc/fortran/trans.c @@ -21,13 +21,13 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" +#include "gfortran.h" #include "tree.h" #include "gimple-expr.h" /* For create_tmp_var_raw. */ #include "stringpool.h" #include "tree-iterator.h" #include "diagnostic-core.h" /* For internal_error. */ #include "flags.h" -#include "gfortran.h" #include "trans.h" #include "trans-stmt.h" #include "trans-array.h" |