diff options
author | 2016-01-09 04:14:42 +0000 | |
---|---|---|
committer | 2016-01-09 04:14:42 +0000 | |
commit | 6238f0914acb09a8c6b9c24af6ad642fe4473191 (patch) | |
tree | a2e52faa2caf4010d2d418784c7e4b56490b606f /lib | |
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 'lib')
-rw-r--r-- | lib/libusbhid/usbhid.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libusbhid/usbhid.h b/lib/libusbhid/usbhid.h index 6ca4e654f7b..39adb4ad02f 100644 --- a/lib/libusbhid/usbhid.h +++ b/lib/libusbhid/usbhid.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usbhid.h,v 1.7 2016/01/08 16:57:26 jcs Exp $ */ +/* $OpenBSD: usbhid.h,v 1.8 2016/01/09 04:14:42 jcs Exp $ */ /* $NetBSD: usbhid.h,v 1.1 2001/12/28 17:45:27 augustss Exp $ */ /* @@ -27,8 +27,6 @@ * SUCH DAMAGE. */ -#include <dev/hid/hid.h> - typedef struct report_desc *report_desc_t; typedef struct hid_data *hid_data_t; |