mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
Get rid of more header includes
This commit is contained in:
parent
4f577f1932
commit
562c1e996c
@ -16,7 +16,8 @@
|
||||
|
||||
#include "font_driver.h"
|
||||
#include "video_thread_wrapper.h"
|
||||
#include "../general.h"
|
||||
|
||||
#include "../configuration.h"
|
||||
#include "../verbosity.h"
|
||||
|
||||
static const font_renderer_driver_t *font_backends[] = {
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include "../general.h"
|
||||
#include "../configuration.h"
|
||||
#include "../verbosity.h"
|
||||
|
||||
static const gfx_ctx_driver_t *gfx_ctx_drivers[] = {
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "../frontend/frontend_driver.h"
|
||||
#include "../config_file_userdata.h"
|
||||
#include "../dynamic.h"
|
||||
#include "../general.h"
|
||||
#include "../performance_counters.h"
|
||||
#include "../verbosity.h"
|
||||
#include "video_filter.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "video_state_python.h"
|
||||
#include "../dynamic.h"
|
||||
#include "../core.h"
|
||||
#include "../general.h"
|
||||
#include "../verbosity.h"
|
||||
#include "../input/input_config.h"
|
||||
|
||||
|
@ -18,8 +18,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <compat/strl.h>
|
||||
#include <retro_inline.h>
|
||||
#include "../general.h"
|
||||
|
||||
#include "../input/input_config.h"
|
||||
#include "../configuration.h"
|
||||
#include "../verbosity.h"
|
||||
|
||||
#ifdef HAVE_PYTHON
|
||||
|
Loading…
x
Reference in New Issue
Block a user