diff options
Diffstat (limited to 'gcc/c/c-errors.c')
-rw-r--r-- | gcc/c/c-errors.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c/c-errors.c b/gcc/c/c-errors.c index c640bb2..b3e7ee9 100644 --- a/gcc/c/c-errors.c +++ b/gcc/c/c-errors.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 "symtab.h" #include "input.h" #include "alias.h" -#include "inchash.h" #include "tree.h" #include "c-tree.h" #include "tm_p.h" |