diff options
Diffstat (limited to 'gcc/c-family/c-common.c')
-rw-r--r-- | gcc/c-family/c-common.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index 6f4393b7748..5b76567735a 100644 --- a/gcc/c-family/c-common.c +++ b/gcc/c-family/c-common.c @@ -47,13 +47,9 @@ along with GCC; see the file COPYING3. If not see #include "toplev.h" #include "diagnostic.h" #include "tree-iterator.h" -#include "hashtab.h" #include "opts.h" -#include "hash-map.h" #include "is-a.h" #include "plugin-api.h" -#include "vec.h" -#include "hash-set.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" |