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