Skip to content

Commit

Permalink
fix: removed libusb-1.0/ from the .h files as that was causing proble…
Browse files Browse the repository at this point in the history
…ms too
  • Loading branch information
CooperW824 committed Aug 13, 2021
1 parent ff05cf0 commit 14c5dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "importexportinterface.h"
#include "parameterdelegate.h"
#include <libusb-1.0/libusb.h>
#include <libusb.h>

class USBDevice : public QObject, ImporterExporterInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "abstractparametereditor.h"
#include "parameterhelper.h"
#include <libusb-1.0/libusb.h>
#include <libusb.h>
#include "importresult.h"

namespace Ui
Expand Down

0 comments on commit 14c5dc9

Please sign in to comment.