summaryrefslogtreecommitdiffstats
path: root/src/input_common
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-12-03 16:34:20 +0100
committerLioncash <mathew1800@gmail.com>2020-12-03 16:41:13 +0100
commit424bffcd3f46b0ef30e73518b02045a443b5f1a1 (patch)
treebe233f27eb9502b1489db99a1448eb0a9cd33e96 /src/input_common
parentmouse_input: Invert conditional in UpdateYuzuSettings() (diff)
downloadyuzu-424bffcd3f46b0ef30e73518b02045a443b5f1a1.tar
yuzu-424bffcd3f46b0ef30e73518b02045a443b5f1a1.tar.gz
yuzu-424bffcd3f46b0ef30e73518b02045a443b5f1a1.tar.bz2
yuzu-424bffcd3f46b0ef30e73518b02045a443b5f1a1.tar.lz
yuzu-424bffcd3f46b0ef30e73518b02045a443b5f1a1.tar.xz
yuzu-424bffcd3f46b0ef30e73518b02045a443b5f1a1.tar.zst
yuzu-424bffcd3f46b0ef30e73518b02045a443b5f1a1.zip
Diffstat (limited to 'src/input_common')
-rw-r--r--src/input_common/mouse/mouse_poller.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input_common/mouse/mouse_poller.cpp b/src/input_common/mouse/mouse_poller.cpp
index 6213f3dbd..7445ad3ad 100644
--- a/src/input_common/mouse/mouse_poller.cpp
+++ b/src/input_common/mouse/mouse_poller.cpp
@@ -2,11 +2,9 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include <atomic>
-#include <list>
#include <mutex>
#include <utility>
-#include "common/assert.h"
+
#include "common/threadsafe_queue.h"
#include "input_common/mouse/mouse_input.h"
#include "input_common/mouse/mouse_poller.h"