diff options
Diffstat (limited to 'gcc/fortran/convert.c')
-rw-r--r-- | gcc/fortran/convert.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/fortran/convert.c b/gcc/fortran/convert.c index dfef05b8d7f..21fc36fc747 100644 --- a/gcc/fortran/convert.c +++ b/gcc/fortran/convert.c @@ -26,9 +26,8 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "fold-const.h" #include "convert.h" |