diff options
Diffstat (limited to 'gcc/cp/call.c')
-rw-r--r-- | gcc/cp/call.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 2f0c53a7391..d4da80a4ad8 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -43,10 +42,8 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "c-family/c-objc.h" #include "timevar.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" |