diff options
Diffstat (limited to 'gcc/fortran/trans-common.c')
-rw-r--r-- | gcc/fortran/trans-common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c index 58811136a0e..f577710949a 100644 --- a/gcc/fortran/trans-common.c +++ b/gcc/fortran/trans-common.c @@ -96,9 +96,8 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "target.h" #include "tree.h" -#include "toplev.h" +#include "toplev.h" /* For exact_log2. */ #include "tm.h" /* For rtl.h. */ #include "rtl.h" /* For decl_default_tls_model. */ #include "gfortran.h" |