From ed6d949afdbe3f25e6ef640881d8a0a72d7b7aa8 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Tue, 23 Jun 2009 02:19:59 +0000 Subject: - Make struct usb_xfer opaque so that drivers can not access the internals - Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h --- lib/libusb/libusb20_ugen20.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libusb') diff --git a/lib/libusb/libusb20_ugen20.c b/lib/libusb/libusb20_ugen20.c index f130b1f86dbc..0dee7935b7a0 100644 --- a/lib/libusb/libusb20_ugen20.c +++ b/lib/libusb/libusb20_ugen20.c @@ -40,10 +40,8 @@ #include "libusb20_int.h" #include +#include #include -#include -#include -#include static libusb20_init_backend_t ugen20_init_backend; static libusb20_open_device_t ugen20_open_device; -- cgit v1.2.3