diff options
author | Ameer <aj662@drexel.edu> | 2020-07-14 03:46:54 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-07-14 03:50:34 +0200 |
commit | b284c433850053dca46d2e2381b16b17d38cd048 (patch) | |
tree | 2e8515e6b76ee8b53f5c9f8fdbf7aff68b2d691c /src | |
parent | input_common: make libusb private to gc_adapter (diff) | |
download | yuzu-b284c433850053dca46d2e2381b16b17d38cd048.tar yuzu-b284c433850053dca46d2e2381b16b17d38cd048.tar.gz yuzu-b284c433850053dca46d2e2381b16b17d38cd048.tar.bz2 yuzu-b284c433850053dca46d2e2381b16b17d38cd048.tar.lz yuzu-b284c433850053dca46d2e2381b16b17d38cd048.tar.xz yuzu-b284c433850053dca46d2e2381b16b17d38cd048.tar.zst yuzu-b284c433850053dca46d2e2381b16b17d38cd048.zip |
Diffstat (limited to 'src')
-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 @@ #include <memory> #include <thread> -#include <libusb.h> #include "common/param_package.h" #include "input_common/analog_from_button.h" #include "input_common/gcadapter/gc_adapter.h" |