diff options
Diffstat (limited to 'gcc/java/resource.c')
-rw-r--r-- | gcc/java/resource.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/java/resource.c b/gcc/java/resource.c index 549a2a7648c..6fb730b76e2 100644 --- a/gcc/java/resource.c +++ b/gcc/java/resource.c @@ -25,9 +25,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" |