diff options
Diffstat (limited to 'gcc/vtable-verify.c')
-rw-r--r-- | gcc/vtable-verify.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/vtable-verify.c b/gcc/vtable-verify.c index 29b9c68f7f8..5dc72a4796d 100644 --- a/gcc/vtable-verify.c +++ b/gcc/vtable-verify.c @@ -135,13 +135,10 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "predict.h" |