Skip to content

Commit

Permalink
adjust libusb include path
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Oct 17, 2024
1 parent 546a36a commit b3d3f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Software/LibreCAL-GUI/Util/usbinbuffer.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef USBINBUFFER_H
#define USBINBUFFER_H

#include <libusb-1.0/libusb.h>
#include <libusb.h>
#include <condition_variable>

#include <QObject>
Expand Down
2 changes: 1 addition & 1 deletion Software/LibreCAL-GUI/usbdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "Util/usbinbuffer.h"

#include <libusb-1.0/libusb.h>
#include <libusb.h>
#include <QString>
#include <set>
#include <functional>
Expand Down

0 comments on commit b3d3f86

Please sign in to comment.