diff options
Diffstat (limited to 'gcc/fortran/convert.c')
-rw-r--r-- | gcc/fortran/convert.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/fortran/convert.c b/gcc/fortran/convert.c index c2ab96461ae..ff2fc3d6dcc 100644 --- a/gcc/fortran/convert.c +++ b/gcc/fortran/convert.c @@ -25,13 +25,10 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "convert.h" |