From 3895bea57f0e5af9b213038123ff82cdf85477a2 Mon Sep 17 00:00:00 2001 From: reyk Date: Fri, 19 Dec 2014 09:02:39 +0000 Subject: [PATCH] Remove an unused sys/hash.h include from db_structinfo.c (this file is only compiled with "option DDB_STRUCT"). ok guenther@ --- sys/ddb/db_structinfo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/ddb/db_structinfo.c b/sys/ddb/db_structinfo.c index 8159198e818..ac16e90336b 100644 --- a/sys/ddb/db_structinfo.c +++ b/sys/ddb/db_structinfo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_structinfo.c,v 1.10 2014/05/29 09:16:22 daniel Exp $ */ +/* $OpenBSD: db_structinfo.c,v 1.11 2014/12/19 09:02:39 reyk Exp $ */ /* public domain */ /* * This file is intended to be compiled with debug information, @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include -- 2.20.1