summaryrefslogtreecommitdiff
path: root/gcc/tree-hasher.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-hasher.h')
-rw-r--r--gcc/tree-hasher.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-hasher.h b/gcc/tree-hasher.h
index 228e317e1ae..94ed8f02e27 100644
--- a/gcc/tree-hasher.h
+++ b/gcc/tree-hasher.h
@@ -21,8 +21,6 @@ along with GCC; see the file COPYING3. If not see
#ifndef GCC_TREE_HASHER_H
#define GCC_TREE_HASHER_H 1
-#include "hash-table.h"
-
struct int_tree_map {
unsigned int uid;
tree to;