summaryrefslogtreecommitdiff
path: root/gcc/genhooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genhooks.c')
-rw-r--r--gcc/genhooks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/genhooks.c b/gcc/genhooks.c
index 285f85dde1e..b191fb5a0e2 100644
--- a/gcc/genhooks.c
+++ b/gcc/genhooks.c
@@ -19,7 +19,6 @@ along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
#include "bconfig.h"
#include "system.h"
-#include "hashtab.h"
#include "errors.h"
struct hook_desc { const char *doc, *type, *name, *param, *init, *docname; };