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/ugold.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/ugold.c')
-rw-r--r-- | sys/dev/usb/ugold.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/ugold.c b/sys/dev/usb/ugold.c index fb5cf286ac3..6e96953a3ce 100644 --- a/sys/dev/usb/ugold.c +++ b/sys/dev/usb/ugold.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ugold.c,v 1.11 2016/01/08 15:54:14 jcs Exp $ */ +/* $OpenBSD: ugold.c,v 1.12 2016/01/09 04:14:42 jcs Exp $ */ /* * Copyright (c) 2013 Takayoshi SASANO <uaa@openbsd.org> @@ -37,8 +37,6 @@ #include <dev/usb/usbdevs.h> #include <dev/usb/uhidev.h> -#include <dev/hid/hid.h> - #define UGOLD_INNER 0 #define UGOLD_OUTER 1 #define UGOLD_HUM 1 |