diff options
Diffstat (limited to 'gcc/fortran/trans-common.c')
-rw-r--r-- | gcc/fortran/trans-common.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c index ae336c15e3e..6809932a787 100644 --- a/gcc/fortran/trans-common.c +++ b/gcc/fortran/trans-common.c @@ -94,19 +94,19 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" +#include "coretypes.h" +#include "tm.h" +#include "tree.h" +#include "gfortran.h" +#include "trans.h" +#include "stringpool.h" #include <map> -#include "coretypes.h" -#include "tm.h" #include "alias.h" -#include "tree.h" #include "fold-const.h" -#include "stringpool.h" #include "stor-layout.h" #include "varasm.h" -#include "gfortran.h" -#include "trans.h" #include "trans-types.h" #include "trans-const.h" #include "target-memory.h" |