diff options
Diffstat (limited to 'gcc/fortran/trans-decl.c')
-rw-r--r-- | gcc/fortran/trans-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c index bf91413..25ab419 100644 --- a/gcc/fortran/trans-decl.c +++ b/gcc/fortran/trans-decl.c @@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" +#include "gfortran.h" #include "tree.h" #include "stringpool.h" #include "stor-layout.h" @@ -39,7 +40,6 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "cgraph.h" #include "debug.h" -#include "gfortran.h" #include "hash-set.h" #include "constructor.h" #include "trans.h" |