From: reyk Date: Fri, 19 Dec 2014 09:02:39 +0000 (+0000) Subject: Remove an unused sys/hash.h include from db_structinfo.c X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3895bea57f0e5af9b213038123ff82cdf85477a2;p=openbsd Remove an unused sys/hash.h include from db_structinfo.c (this file is only compiled with "option DDB_STRUCT"). ok guenther@ --- 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