diff options
Diffstat (limited to 'gcc/cp/lambda.c')
-rw-r--r-- | gcc/cp/lambda.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cp/lambda.c b/gcc/cp/lambda.c index d10fff2..5fe3473 100644 --- a/gcc/cp/lambda.c +++ b/gcc/cp/lambda.c @@ -24,14 +24,9 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "function.h" -#include "hard-reg-set.h" -#include "tree.h" #include "cp-tree.h" #include "stringpool.h" #include "cgraph.h" -#include "alias.h" #include "tree-iterator.h" #include "toplev.h" |