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:
Rupert Swarbrick 2021-04-20 18:49:24 +01:00 committed by GitHub
parent e9b6c4485b
commit 703960cba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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