diff options
| author | 2020-07-13 22:21:07 -0400 | |
|---|---|---|
| committer | 2020-07-13 22:21:07 -0400 | |
| commit | edb2caaae53109136ef6019a4ac64f5ab6defb1e (patch) | |
| tree | 3d8a1ff70eb0527cb5acd2bde6016365fd371972 /src/input_common/main.cpp | |
| parent | Merge pull request #4318 from lioncash/cpp20 (diff) | |
| parent | input_common: drop unused libusb.h include (diff) | |
| download | yuzu-edb2caaae53109136ef6019a4ac64f5ab6defb1e.tar.gz yuzu-edb2caaae53109136ef6019a4ac64f5ab6defb1e.tar.xz yuzu-edb2caaae53109136ef6019a4ac64f5ab6defb1e.zip | |
Merge pull request #4280 from jbeich/system-libusb
cmake: pass libusb include directory
Diffstat (limited to 'src/input_common/main.cpp')
| -rw-r--r-- | src/input_common/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/main.cpp b/src/input_common/main.cpp index fd0af1019..b9d5d0ec3 100644 --- a/src/input_common/main.cpp +++ b/src/input_common/main.cpp | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #include <memory> | 5 | #include <memory> |
| 6 | #include <thread> | 6 | #include <thread> |
| 7 | #include <libusb.h> | ||
| 8 | #include "common/param_package.h" | 7 | #include "common/param_package.h" |
| 9 | #include "input_common/analog_from_button.h" | 8 | #include "input_common/analog_from_button.h" |
| 10 | #include "input_common/gcadapter/gc_adapter.h" | 9 | #include "input_common/gcadapter/gc_adapter.h" |