mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 19:45:46 +00:00
input_common/main: Remove unnecessary headers
This commit is contained in:
parent
72d5a883a1
commit
0322ffa4fd
3 changed files with 11 additions and 5 deletions
|
@ -17,11 +17,11 @@
|
|||
#include <vector>
|
||||
#include <SDL.h>
|
||||
#include "common/logging/log.h"
|
||||
#include "common/math_util.h"
|
||||
#include "common/param_package.h"
|
||||
#include "common/threadsafe_queue.h"
|
||||
#include "core/frontend/input.h"
|
||||
#include "input_common/sdl/sdl_impl.h"
|
||||
#include "input_common/settings.h"
|
||||
|
||||
namespace InputCommon::SDL {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue