diff options
Diffstat (limited to 'gcc/fortran/parse.c')
-rw-r--r-- | gcc/fortran/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/parse.c b/gcc/fortran/parse.c index 4925c7ee58a..650135b1833 100644 --- a/gcc/fortran/parse.c +++ b/gcc/fortran/parse.c @@ -20,10 +20,10 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" -#include <setjmp.h> #include "coretypes.h" #include "options.h" #include "gfortran.h" +#include <setjmp.h> #include "match.h" #include "parse.h" #include "debug.h" |