diff options
Diffstat (limited to 'sys/ddb/db_structinfo.c')
-rw-r--r-- | sys/ddb/db_structinfo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_structinfo.c b/sys/ddb/db_structinfo.c index 84a4e35a6e0..e32d484a367 100644 --- a/sys/ddb/db_structinfo.c +++ b/sys/ddb/db_structinfo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_structinfo.c,v 1.4 2010/11/18 21:13:19 miod Exp $ */ +/* $OpenBSD: db_structinfo.c,v 1.5 2012/12/05 23:20:15 deraadt Exp $ */ /* public domain */ /* * This file is intended to be compiled with debug information, @@ -8,7 +8,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/cdefs.h> #include <sys/device.h> #include <sys/proc.h> |