diff options
Diffstat (limited to 'gcc/fortran/module.c')
-rw-r--r-- | gcc/fortran/module.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c index 24662f4..ebfb89b 100644 --- a/gcc/fortran/module.c +++ b/gcc/fortran/module.c @@ -74,9 +74,8 @@ along with GCC; see the file COPYING3. If not see #include "constructor.h" #include "cpp.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "stringpool.h" #include "scanner.h" #include <zlib.h> |