1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-17 00:35:12 -06:00

motion_emu: no need to include thread in header

This commit is contained in:
wwylele
2017-08-09 03:05:03 +03:00
parent 188194908c
commit 223bd35450
2 changed files with 7 additions and 2 deletions

View File

@@ -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 {