Remove more header includes

This commit is contained in:
twinaphex 2016-09-01 05:40:57 +02:00
parent 562c1e996c
commit 19f352371d
3 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

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