mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(configuration.c) Cleanup some header includes
This commit is contained in:
parent
73e3460675
commit
20f1b0f935
@ -18,22 +18,19 @@
|
||||
#include <file/config_file_macros.h>
|
||||
#include <compat/strl.h>
|
||||
#include <compat/posix_string.h>
|
||||
#include <ctype.h>
|
||||
#include "config.def.h"
|
||||
#include <file/file_path.h>
|
||||
#include "input/input_common.h"
|
||||
#include "input/input_keymaps.h"
|
||||
#include "input/input_remapping.h"
|
||||
#include "gfx/video_viewport.h"
|
||||
#include "configuration.h"
|
||||
#include "general.h"
|
||||
#include "runloop.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
settings_t g_settings;
|
||||
struct global g_extern;
|
||||
struct defaults g_defaults;
|
||||
|
Loading…
x
Reference in New Issue
Block a user