mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-31 22:14:06 +00:00
Header include nits
This commit is contained in:
parent
cbdd305626
commit
0d52b8ec3a
@ -28,6 +28,7 @@
|
||||
#include "input/input_config.h"
|
||||
#include "input/input_keymaps.h"
|
||||
#include "input/input_remapping.h"
|
||||
#include "defaults.h"
|
||||
#include "general.h"
|
||||
#include "retroarch.h"
|
||||
#include "system.h"
|
||||
|
@ -21,6 +21,8 @@
|
||||
|
||||
#include <boolean.h>
|
||||
|
||||
#include "../defaults.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <retro_assert.h>
|
||||
|
||||
#include "runloop.h"
|
||||
#include "defaults.h"
|
||||
#include "verbosity.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "../menu_shader.h"
|
||||
#include "../menu_hash.h"
|
||||
|
||||
#include "../../defaults.h"
|
||||
#include "../../cheats.h"
|
||||
#include "../../general.h"
|
||||
#include "../../tasks/tasks.h"
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include "menu_input.h"
|
||||
#include "menu_hash.h"
|
||||
|
||||
#include "../defaults.h"
|
||||
#include "../driver.h"
|
||||
#include "../general.h"
|
||||
#include "../system.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user