diff options
| author | 2016-01-09 04:14:42 +0000 | |
|---|---|---|
| committer | 2016-01-09 04:14:42 +0000 | |
| commit | 6238f0914acb09a8c6b9c24af6ad642fe4473191 (patch) | |
| tree | a2e52faa2caf4010d2d418784c7e4b56490b606f /sys/dev/usb/uhidev.c | |
| parent | include dev/hid/hid.h from dev/usb/usbhid.h, so all previous users (diff) | |
| download | wireguard-openbsd-6238f0914acb09a8c6b9c24af6ad642fe4473191.tar.xz wireguard-openbsd-6238f0914acb09a8c6b9c24af6ad642fe4473191.zip | |
revert manual additions of hid.h now that usbhid.h brings it in
Diffstat (limited to 'sys/dev/usb/uhidev.c')
| -rw-r--r-- | sys/dev/usb/uhidev.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/uhidev.c b/sys/dev/usb/uhidev.c index ed4abe6ec5b..2598e2d5868 100644 --- a/sys/dev/usb/uhidev.c +++ b/sys/dev/usb/uhidev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhidev.c,v 1.72 2016/01/08 15:54:14 jcs Exp $ */ +/* $OpenBSD: uhidev.c,v 1.73 2016/01/09 04:14:42 jcs Exp $ */ /* $NetBSD: uhidev.c,v 1.14 2003/03/11 16:44:00 augustss Exp $ */ /* @@ -58,8 +58,6 @@ #include <dev/usb/uhidev.h> -#include <dev/hid/hid.h> - #ifndef SMALL_KERNEL /* Replacement report descriptors for devices shipped with broken ones */ #include <dev/usb/uhid_rdesc.h> |
