summaryrefslogtreecommitdiff
path: root/src/input_common/main.cpp
diff options
context:
space:
mode:
authorGravatar Ameer2020-07-14 01:46:54 +0000
committerGravatar Jan Beich2020-07-14 01:50:34 +0000
commitb284c433850053dca46d2e2381b16b17d38cd048 (patch)
tree2e8515e6b76ee8b53f5c9f8fdbf7aff68b2d691c /src/input_common/main.cpp
parentinput_common: make libusb private to gc_adapter (diff)
downloadyuzu-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.cpp1
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"