diff options
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r-- | gcc/java/class.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c index 14d2706e3c3..d3200467030 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -26,7 +26,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" @@ -45,9 +44,7 @@ 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 "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" |