From 223bd354508a7bc88427d5b6f5245cfdf44011c7 Mon Sep 17 00:00:00 2001 From: wwylele Date: Wed, 9 Aug 2017 03:05:03 +0300 Subject: motion_emu: no need to include thread in header --- src/input_common/motion_emu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/input_common/motion_emu.h') 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 @@ // Refer to the license.txt file included. #pragma once -#include "common/thread.h" -#include "common/vector_math.h" + #include "core/frontend/input.h" namespace InputCommon { -- cgit v1.2.3