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