diff options
| author | 2020-07-14 01:46:54 +0000 | |
|---|---|---|
| committer | 2020-07-14 01:50:34 +0000 | |
| commit | b284c433850053dca46d2e2381b16b17d38cd048 (patch) | |
| tree | 2e8515e6b76ee8b53f5c9f8fdbf7aff68b2d691c /src/input_common/main.cpp | |
| parent | input_common: make libusb private to gc_adapter (diff) | |
| download | yuzu-b284c433850053dca46d2e2381b16b17d38cd048.tar.gz yuzu-b284c433850053dca46d2e2381b16b17d38cd048.tar.xz yuzu-b284c433850053dca46d2e2381b16b17d38cd048.zip | |
input_common: drop unused libusb.h include
Remnant of an early implementation.
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" |