diff options
Diffstat (limited to 'gcc/cp/error.c')
-rw-r--r-- | gcc/cp/error.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/error.c b/gcc/cp/error.c index 83efad52874..32877864fb9 100644 --- a/gcc/cp/error.c +++ b/gcc/cp/error.c @@ -21,12 +21,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 "cp-tree.h" |