diff options
Diffstat (limited to 'gcc/fortran/simplify.c')
-rw-r--r-- | gcc/fortran/simplify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/simplify.c b/gcc/fortran/simplify.c index 6a81dc3..9b58b99 100644 --- a/gcc/fortran/simplify.c +++ b/gcc/fortran/simplify.c @@ -21,12 +21,12 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" +#include "tm.h" /* For BITS_PER_UNIT. */ #include "gfortran.h" #include "arith.h" #include "intrinsic.h" #include "target-memory.h" #include "constructor.h" -#include "tm.h" /* For BITS_PER_UNIT. */ #include "version.h" /* For version_string. */ |