1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

OP-1722 libusb include incorrect: removed rogue <usb.h> inlcude

This commit is contained in:
James Duley 2015-02-13 21:39:39 +13:00
parent b0a0582e85
commit 88d8e3d215

View File

@ -33,9 +33,6 @@
#include <QDebug>
#include <QString>
#include <QMutex>
#if defined(Q_OS_LINUX)
#include <usb.h>
#endif
#include "../hidapi/hidapi.h"
#include "ophid_const.h"
#include "ophid_global.h"