diff options
Diffstat (limited to 'gcc/fortran/trans-openmp.c')
-rw-r--r-- | gcc/fortran/trans-openmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-openmp.c b/gcc/fortran/trans-openmp.c index 548b5d3..c8028ab 100644 --- a/gcc/fortran/trans-openmp.c +++ b/gcc/fortran/trans-openmp.c @@ -26,8 +26,8 @@ along with GCC; see the file COPYING3. If not see #include "gimple-expr.h" #include "gimplify.h" /* For create_tmp_var_raw. */ #include "stringpool.h" -#include "diagnostic-core.h" /* For internal_error. */ #include "gfortran.h" +#include "diagnostic-core.h" /* For internal_error. */ #include "trans.h" #include "trans-stmt.h" #include "trans-types.h" |