mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 18:05:46 +00:00
motion_emu: no need to include thread in header
This commit is contained in:
parent
d500f79b8e
commit
6e56beafbf
2 changed files with 7 additions and 2 deletions
|
@ -2,8 +2,14 @@
|
|||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <chrono>
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
#include <tuple>
|
||||
#include "common/math_util.h"
|
||||
#include "common/quaternion.h"
|
||||
#include "common/thread.h"
|
||||
#include "common/vector_math.h"
|
||||
#include "input_common/motion_emu.h"
|
||||
|
||||
namespace InputCommon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue