mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Remove more header includes
This commit is contained in:
parent
562c1e996c
commit
19f352371d
@ -26,8 +26,8 @@
|
||||
#include "input_remapping.h"
|
||||
|
||||
#include "../msg_hash.h"
|
||||
#include "../configuration.h"
|
||||
#include "../file_path_special.h"
|
||||
#include "../general.h"
|
||||
#include "../verbosity.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include "input_keyboard.h"
|
||||
|
||||
#include "../general.h"
|
||||
#include "../runloop.h"
|
||||
|
||||
struct input_keyboard_line
|
||||
{
|
||||
|
@ -18,7 +18,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include <compat/strl.h>
|
||||
|
||||
#include <retro_assert.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
|
||||
#ifdef ANDROID
|
||||
#include <android/keycodes.h>
|
||||
@ -52,7 +55,6 @@
|
||||
#endif
|
||||
|
||||
#include "input_keymaps.h"
|
||||
#include "../general.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include "drivers_keyboard/keyboard_event_apple.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user