summaryrefslogtreecommitdiff
path: root/src/input_common/motion_emu.h
diff options
context:
space:
mode:
authorGravatar wwylele2017-08-09 03:05:03 +0300
committerGravatar wwylele2017-08-19 07:21:02 +0300
commit223bd354508a7bc88427d5b6f5245cfdf44011c7 (patch)
treec1b99fe9b85f50c3234e87de08d657b1918c2f85 /src/input_common/motion_emu.h
parentmove MotionEmu from core/frontend to input_common as a InputDevice (diff)
downloadyuzu-223bd354508a7bc88427d5b6f5245cfdf44011c7.tar.gz
yuzu-223bd354508a7bc88427d5b6f5245cfdf44011c7.tar.xz
yuzu-223bd354508a7bc88427d5b6f5245cfdf44011c7.zip
motion_emu: no need to include thread in header
Diffstat (limited to 'src/input_common/motion_emu.h')
-rw-r--r--src/input_common/motion_emu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input_common/motion_emu.h b/src/input_common/motion_emu.h
index 195fb69d2..7a7e22467 100644
--- a/src/input_common/motion_emu.h
+++ b/src/input_common/motion_emu.h
@@ -3,8 +3,7 @@
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#pragma once 5#pragma once
6#include "common/thread.h" 6
7#include "common/vector_math.h"
8#include "core/frontend/input.h" 7#include "core/frontend/input.h"
9 8
10namespace InputCommon { 9namespace InputCommon {