summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-03-28 04:12:12 +0000
committerderaadt <deraadt@openbsd.org>2013-03-28 04:12:12 +0000
commit3e99be0ebf7f44fd9d125e264a44602636de2305 (patch)
treeb91b9341b2386f1f2e441c7e3f774263dcc290e7
parentproc.h is way too much header for usb to handle. (diff)
downloadwireguard-openbsd-3e99be0ebf7f44fd9d125e264a44602636de2305.tar.xz
wireguard-openbsd-3e99be0ebf7f44fd9d125e264a44602636de2305.zip
removed unneccessary .h file
-rw-r--r--sys/dev/pci/viomb.c3
-rw-r--r--sys/dev/usb/if_athn_usb.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/pci/viomb.c b/sys/dev/pci/viomb.c
index 264d62be7b8..d5acf09a01e 100644
--- a/sys/dev/pci/viomb.c
+++ b/sys/dev/pci/viomb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: viomb.c,v 1.2 2013/02/24 12:43:13 sf Exp $ */
+/* $OpenBSD: viomb.c,v 1.3 2013/03/28 04:12:12 deraadt Exp $ */
/* $NetBSD: viomb.c,v 1.1 2011/10/30 12:12:21 hannken Exp $ */
/*
* Copyright (c) 2012 Talypov Dinar <dinar@i-nk.ru>
@@ -31,7 +31,6 @@
#include <sys/malloc.h>
#include <sys/device.h>
#include <sys/workq.h>
-#include <sys/stdint.h>
#include <sys/pool.h>
#include <uvm/uvm.h>
#include <dev/pci/pcidevs.h>
diff --git a/sys/dev/usb/if_athn_usb.c b/sys/dev/usb/if_athn_usb.c
index 26c5ec54c4d..d93aa3c2dee 100644
--- a/sys/dev/usb/if_athn_usb.c
+++ b/sys/dev/usb/if_athn_usb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_athn_usb.c,v 1.12 2013/01/14 09:50:31 jsing Exp $ */
+/* $OpenBSD: if_athn_usb.c,v 1.13 2013/03/28 04:12:12 deraadt Exp $ */
/*-
* Copyright (c) 2011 Damien Bergamini <damien.bergamini@free.fr>
@@ -31,7 +31,6 @@
#include <sys/timeout.h>
#include <sys/conf.h>
#include <sys/device.h>
-#include <sys/stdint.h> /* uintptr_t */
#include <machine/bus.h>
#include <machine/endian.h>