diff options
Diffstat (limited to 'gcc/alloc-pool.c')
-rw-r--r-- | gcc/alloc-pool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/alloc-pool.c b/gcc/alloc-pool.c index 601c2b73f81..bdf184abe5f 100644 --- a/gcc/alloc-pool.c +++ b/gcc/alloc-pool.c @@ -22,8 +22,6 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alloc-pool.h" -#include "hash-table.h" -#include "hash-map.h" ALLOC_POOL_ID_TYPE last_id; mem_alloc_description<pool_usage> pool_allocator_usage; |