summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/it.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2015-03-14 03:38:46 +0000
committerjsg <jsg@openbsd.org>2015-03-14 03:38:46 +0000
commit21dab745d772244ad59a415114e48be2888cfbc8 (patch)
tree0cf0a65bda8999c8207ac27cc59ed638fb036bb5 /sys/dev/isa/it.c
parentMove the command line options (mainly -d and -v) out of struct bgpd_config (diff)
downloadwireguard-openbsd-21dab745d772244ad59a415114e48be2888cfbc8.tar.xz
wireguard-openbsd-21dab745d772244ad59a415114e48be2888cfbc8.zip
Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
Diffstat (limited to 'sys/dev/isa/it.c')
-rw-r--r--sys/dev/isa/it.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/it.c b/sys/dev/isa/it.c
index b656e1ec57e..140db361aec 100644
--- a/sys/dev/isa/it.c
+++ b/sys/dev/isa/it.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: it.c,v 1.45 2014/12/10 12:27:57 mikeb Exp $ */
+/* $OpenBSD: it.c,v 1.46 2015/03/14 03:38:47 jsg Exp $ */
/*
* Copyright (c) 2007-2008 Oleg Safiullin <form@pdp-11.org.ru>
@@ -34,7 +34,6 @@
#include <machine/bus.h>
-#include <dev/isa/isareg.h>
#include <dev/isa/isavar.h>
#include <dev/isa/itvar.h>