mirror of
https://github.com/libretro/RetroArch
synced 2025-03-05 19:13:45 +00:00
Header include cleanups
This commit is contained in:
parent
6360b0ef25
commit
2e14d0979b
@ -22,6 +22,7 @@
|
||||
|
||||
#include "command_event.h"
|
||||
|
||||
#include "defaults.h"
|
||||
#include "frontend/frontend_driver.h"
|
||||
#include "audio/audio_driver.h"
|
||||
#include "record/record_driver.h"
|
||||
|
@ -52,6 +52,7 @@
|
||||
#include <lists/string_list.h>
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#include "defaults.h"
|
||||
#include "msg_hash.h"
|
||||
#include "content.h"
|
||||
#include "general.h"
|
||||
|
@ -46,9 +46,10 @@
|
||||
#include <rhash.h>
|
||||
|
||||
#include "../frontend_driver.h"
|
||||
#include "../../ui/ui_companion_driver.h"
|
||||
#include "../../defaults.h"
|
||||
#include "../../general.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../../ui/ui_companion_driver.h"
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../../menu/menu_driver.h"
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <file/config_file.h>
|
||||
|
||||
#include "../../defaults.h"
|
||||
#include "../../general.h"
|
||||
#include "../../content.h"
|
||||
#include "../frontend.h"
|
||||
|
@ -46,6 +46,7 @@
|
||||
|
||||
#include "../frontend.h"
|
||||
#include "../frontend_driver.h"
|
||||
#include "../../defaults.h"
|
||||
#include "../../general.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "platform_linux.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include <bps/bps.h>
|
||||
|
||||
#include "../../defaults.h"
|
||||
#include "../../dynamic.h"
|
||||
|
||||
static void frontend_qnx_init(void *data)
|
||||
|
@ -21,8 +21,6 @@
|
||||
|
||||
#include <boolean.h>
|
||||
|
||||
#include "../defaults.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "../database_info.h"
|
||||
#endif
|
||||
|
||||
#include "../defaults.h"
|
||||
#include "../cheats.h"
|
||||
#include "../general.h"
|
||||
#include "../retroarch.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user