Fix build on systems without usb.h (#599)
This include seems to have been left over from a merge
commit (7420382
).
Change-Id: I930f53fe943654d23fe915a50856512546d4f10d
Signed-off-by: Rupert Swarbrick <rswarbrick@gmail.com>
This commit is contained in:
parent
e9b6c4485b
commit
703960cba7
|
@ -23,7 +23,6 @@
|
|||
#include <jtag/interface.h>
|
||||
#include <jtag/commands.h>
|
||||
#include "helper/system.h"
|
||||
#include <usb.h>
|
||||
#include "libusb_helper.h"
|
||||
|
||||
#define USB_VID 0x15ba
|
||||
|
|
Loading…
Reference in New Issue