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