mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
remove superfluous header include
Submitted-By: phk
This commit is contained in:
parent
838b8e23b9
commit
396f1f268d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53030
@ -44,12 +44,12 @@
|
||||
#include <sys/malloc.h>
|
||||
#if defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#include <sys/device.h>
|
||||
#include <sys/select.h>
|
||||
#elif defined(__FreeBSD__)
|
||||
#include <sys/module.h>
|
||||
#include <sys/bus.h>
|
||||
#endif
|
||||
#include <sys/proc.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
#include <dev/usb/usb.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user