diff options
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r-- | gcc/java/class.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c index 902323eeceb..234bddcf807 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -27,9 +27,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #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 "stringpool.h" #include "stor-layout.h" |