diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2016-01-09 04:14:43 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2016-01-09 04:14:43 +0000 |
commit | 011dc1ace7143c9e2a12ca347d17805ef02ab27a (patch) | |
tree | 36bb5032c3085577856afb81809b16898ec36bb0 /sys/dev/usb/uhid.c | |
parent | b7758fab6d4d6406807ae0dc213e149d7101a69b (diff) |
revert manual additions of hid.h now that usbhid.h brings it in
Diffstat (limited to 'sys/dev/usb/uhid.c')
-rw-r--r-- | sys/dev/usb/uhid.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index 4c73f4f1cdc..e56b2317d6a 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhid.c,v 1.62 2016/01/08 15:54:14 jcs Exp $ */ +/* $OpenBSD: uhid.c,v 1.63 2016/01/09 04:14:42 jcs Exp $ */ /* $NetBSD: uhid.c,v 1.57 2003/03/11 16:44:00 augustss Exp $ */ /* @@ -59,8 +59,6 @@ #include <dev/usb/uhidev.h> -#include <dev/hid/hid.h> - #ifdef UHID_DEBUG #define DPRINTF(x) do { if (uhiddebug) printf x; } while (0) #define DPRINTFN(n,x) do { if (uhiddebug>(n)) printf x; } while (0) |