aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/vec.c')
-rw-r--r--gcc/vec.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/vec.c b/gcc/vec.c
index f1a4d65..e0307dd 100644
--- a/gcc/vec.c
+++ b/gcc/vec.c
@@ -29,13 +29,8 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
-#include "ggc.h"
-#include "vec.h"
#include "diagnostic-core.h"
-#include "hashtab.h"
-#include "mem-stats.h"
-#include "hash-map.h"
-#include "mem-stats.h"
+#include "hash-table.h"
/* vNULL is an empty type with a template cast operation that returns
a zero-initialized vec<T, A, L> instance. Use this when you want