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/uslhcom.c | |
parent | b7758fab6d4d6406807ae0dc213e149d7101a69b (diff) |
revert manual additions of hid.h now that usbhid.h brings it in
Diffstat (limited to 'sys/dev/usb/uslhcom.c')
-rw-r--r-- | sys/dev/usb/uslhcom.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/uslhcom.c b/sys/dev/usb/uslhcom.c index 1d8df4f624a..976bedba2c5 100644 --- a/sys/dev/usb/uslhcom.c +++ b/sys/dev/usb/uslhcom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uslhcom.c,v 1.3 2016/01/08 15:54:14 jcs Exp $ */ +/* $OpenBSD: uslhcom.c,v 1.4 2016/01/09 04:14:42 jcs Exp $ */ /* * Copyright (c) 2015 SASANO Takayoshi <uaa@openbsd.org> @@ -39,8 +39,6 @@ #include <dev/usb/ucomvar.h> #include <dev/usb/uslhcomreg.h> -#include <dev/hid/hid.h> - #ifdef USLHCOM_DEBUG #define DPRINTF(x) if (uslhcomdebug) printf x #else |