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/upd.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/upd.c')
| -rw-r--r-- | sys/dev/usb/upd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/upd.c b/sys/dev/usb/upd.c index 7b7c4cb53ee..29325fe6110 100644 --- a/sys/dev/usb/upd.c +++ b/sys/dev/usb/upd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: upd.c,v 1.24 2016/01/08 15:54:14 jcs Exp $ */ +/* $OpenBSD: upd.c,v 1.25 2016/01/09 04:14:42 jcs Exp $ */ /* * Copyright (c) 2015 David Higgs <higgsd@gmail.com> @@ -34,8 +34,6 @@ #include <dev/usb/uhidev.h> #include <dev/usb/usbdi_util.h> -#include <dev/hid/hid.h> - #ifdef UPD_DEBUG #define DPRINTF(x) do { printf x; } while (0) #else |
