diff options
Diffstat (limited to 'gcc/cp/lambda.c')
-rw-r--r-- | gcc/cp/lambda.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/lambda.c b/gcc/cp/lambda.c index c423830..0ac96af 100644 --- a/gcc/cp/lambda.c +++ b/gcc/cp/lambda.c @@ -24,17 +24,14 @@ 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" #include "tree.h" #include "stringpool.h" -#include "is-a.h" #include "plugin-api.h" #include "tm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "ipa-ref.h" #include "cgraph.h" |