summaryrefslogtreecommitdiff
path: root/src/input_common/main.cpp
diff options
context:
space:
mode:
authorGravatar Ameer2020-06-21 21:15:58 -0400
committerGravatar Ameer2020-06-21 21:17:46 -0400
commit968d631aa59a0a4e51e219eaa143d2b95593c3e7 (patch)
tree3429728a2848581b869a038a2da6499a2ca36952 /src/input_common/main.cpp
parentfix include thread (diff)
downloadyuzu-968d631aa59a0a4e51e219eaa143d2b95593c3e7.tar.gz
yuzu-968d631aa59a0a4e51e219eaa143d2b95593c3e7.tar.xz
yuzu-968d631aa59a0a4e51e219eaa143d2b95593c3e7.zip
std::arrays where appropriate, clear q in adapter class, other touch ups
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 536e5c80a..89dddf7cf 100644
--- a/src/input_common/main.cpp
+++ b/src/input_common/main.cpp
@@ -2,7 +2,6 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <iostream>
6#include <memory> 5#include <memory>
7#include <thread> 6#include <thread>
8#include <libusb.h> 7#include <libusb.h>