diff options
Diffstat (limited to 'gcc/ggc-common.c')
-rw-r--r-- | gcc/ggc-common.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c index cd81770bedf..6021c2a5a75 100644 --- a/gcc/ggc-common.c +++ b/gcc/ggc-common.c @@ -23,17 +23,13 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-table.h" -#include "ggc.h" #include "ggc-internal.h" #include "diagnostic-core.h" #include "params.h" #include "hosthooks.h" #include "hosthooks-def.h" #include "plugin.h" -#include "vec.h" #include "timevar.h" -#include "mem-stats.h" /* When set, ggc_collect will do collection. */ bool ggc_force_collect; |