mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-23 18:06:36 +00:00
Header include cleanups
This commit is contained in:
parent
51b0e61712
commit
b93ef046a7
@ -62,6 +62,7 @@
|
||||
#include "command.h"
|
||||
|
||||
#include "defaults.h"
|
||||
#include "driver.h"
|
||||
#include "frontend/frontend_driver.h"
|
||||
#include "audio/audio_driver.h"
|
||||
#include "record/record_driver.h"
|
||||
|
1
driver.c
1
driver.c
@ -36,6 +36,7 @@
|
||||
#include "location/location_driver.h"
|
||||
#include "configuration.h"
|
||||
#include "core.h"
|
||||
#include "driver.h"
|
||||
#include "runloop.h"
|
||||
#include "verbosity.h"
|
||||
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include "location/location_driver.h"
|
||||
#include "record/record_driver.h"
|
||||
#include "core.h"
|
||||
#include "driver.h"
|
||||
#include "performance_counters.h"
|
||||
#include "gfx/video_context_driver.h"
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
@ -22,8 +22,7 @@
|
||||
|
||||
#include <retro_common_api.h>
|
||||
|
||||
#include "driver.h"
|
||||
#include "input/input_driver.h"
|
||||
#include "input/input_defines.h"
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
#include "../command.h"
|
||||
#include "../configuration.h"
|
||||
#include "../driver.h"
|
||||
#include "../retroarch.h"
|
||||
#include "../runloop.h"
|
||||
#include "../verbosity.h"
|
||||
|
@ -61,6 +61,7 @@
|
||||
#include "core_type.h"
|
||||
#include "core_info.h"
|
||||
#include "dynamic.h"
|
||||
#include "driver.h"
|
||||
#include "msg_hash.h"
|
||||
#include "movie.h"
|
||||
#include "file_path_special.h"
|
||||
|
@ -58,6 +58,7 @@
|
||||
#include "autosave.h"
|
||||
#include "core_info.h"
|
||||
#include "configuration.h"
|
||||
#include "driver.h"
|
||||
#include "movie.h"
|
||||
#include "retroarch.h"
|
||||
#include "runloop.h"
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include <retro_miscellaneous.h>
|
||||
#include <compat/strcasestr.h>
|
||||
#include <compat/strl.h>
|
||||
#include <file/file_path.h>
|
||||
@ -34,6 +35,7 @@
|
||||
|
||||
#include "tasks_internal.h"
|
||||
|
||||
#include "../driver.h"
|
||||
#include "../list_special.h"
|
||||
#include "../msg_hash.h"
|
||||
#include "../verbosity.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user