diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 5b9bba8..9da532e 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -24,7 +24,6 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -38,10 +37,8 @@ along with GCC; see the file COPYING3. If not see #include "toplev.h" #include "target.h" #include "convert.h" -#include "is-a.h" #include "plugin-api.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "ipa-ref.h" #include "cgraph.h" |