diff options
Diffstat (limited to 'gcc/fortran/target-memory.c')
-rw-r--r-- | gcc/fortran/target-memory.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fortran/target-memory.c b/gcc/fortran/target-memory.c index a58a97747c8..ae339ed430c 100644 --- a/gcc/fortran/target-memory.c +++ b/gcc/fortran/target-memory.c @@ -21,14 +21,14 @@ 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 "gfortran.h" +#include "trans.h" +#include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "gfortran.h" #include "arith.h" #include "constructor.h" -#include "trans.h" #include "trans-const.h" #include "trans-types.h" #include "target-memory.h" |