diff options
Diffstat (limited to 'gcc/fortran/trans-const.c')
-rw-r--r-- | gcc/fortran/trans-const.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/gcc/fortran/trans-const.c b/gcc/fortran/trans-const.c index 76463449522..1d1e9634633 100644 --- a/gcc/fortran/trans-const.c +++ b/gcc/fortran/trans-const.c @@ -24,23 +24,13 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "gfortran.h" -#include "hash-set.h" -#include "machmode.h" -#include "vec.h" -#include "double-int.h" -#include "input.h" #include "alias.h" -#include "symtab.h" -#include "options.h" -#include "real.h" -#include "wide-int.h" -#include "inchash.h" #include "tree.h" +#include "options.h" #include "fold-const.h" #include "stor-layout.h" #include "realmpfr.h" #include "diagnostic-core.h" /* For fatal_error. */ -#include "double-int.h" #include "trans.h" #include "trans-const.h" #include "trans-types.h" |