diff options
Diffstat (limited to 'gcc/cp/cp-lang.c')
-rw-r--r-- | gcc/cp/cp-lang.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cp/cp-lang.c b/gcc/cp/cp-lang.c index c4e80e6a3b5..6eb7741f896 100644 --- a/gcc/cp/cp-lang.c +++ b/gcc/cp/cp-lang.c @@ -22,12 +22,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "stor-layout.h" #include "cp-tree.h" @@ -36,7 +33,6 @@ along with GCC; see the file COPYING3. If not see #include "langhooks-def.h" #include "debug.h" #include "cp-objcp-common.h" -#include "hashtab.h" #include "target.h" #include "parser.h" |