summaryrefslogtreecommitdiff
path: root/gcc/hash-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/hash-map.h')
-rw-r--r--gcc/hash-map.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/hash-map.h b/gcc/hash-map.h
index fb1a522a25d..f28f74fb03c 100644
--- a/gcc/hash-map.h
+++ b/gcc/hash-map.h
@@ -21,13 +21,6 @@ along with GCC; see the file COPYING3. If not see
#ifndef hash_map_h
#define hash_map_h
-#include <new>
-#include <utility>
-#include "hash-table.h"
-#include "hash-map-traits.h"
-#include "mem-stats.h"
-#include "vec.h"
-
template<typename Key, typename Value,
typename Traits>
class GTY((user)) hash_map