diff options
Diffstat (limited to 'gcc/cp/except.c')
-rw-r--r-- | gcc/cp/except.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/except.c b/gcc/cp/except.c index 67eb5a2226a..894cc28188c 100644 --- a/gcc/cp/except.c +++ b/gcc/cp/except.c @@ -25,12 +25,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 "stringpool.h" #include "trans-mem.h" |