diff options
Diffstat (limited to 'gcc/java/resource.c')
-rw-r--r-- | gcc/java/resource.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/java/resource.c b/gcc/java/resource.c index 6c51ae1083c..d89575f3219 100644 --- a/gcc/java/resource.c +++ b/gcc/java/resource.c @@ -24,7 +24,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" #include "system.h" #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -39,10 +38,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "parse.h" #include "tm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "tree-iterator.h" -#include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" |