From 011dc1ace7143c9e2a12ca347d17805ef02ab27a Mon Sep 17 00:00:00 2001 From: Joshua Stein Date: Sat, 9 Jan 2016 04:14:43 +0000 Subject: revert manual additions of hid.h now that usbhid.h brings it in --- sys/dev/usb/uhid.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/dev/usb/uhid.c') 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 -#include - #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) -- cgit v1.2.3