mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 18:31:05 +00:00
Add config.h includes
This commit is contained in:
parent
e6a114a95a
commit
ffcf96dd24
@ -20,6 +20,10 @@
|
||||
#include "../configuration.h"
|
||||
#include "../verbosity.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
static const font_renderer_driver_t *font_backends[] = {
|
||||
#ifdef HAVE_FREETYPE
|
||||
&freetype_font_renderer,
|
||||
|
@ -23,6 +23,10 @@
|
||||
#include <string/stdstring.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include "../frontend/frontend_driver.h"
|
||||
#include "../config_file_userdata.h"
|
||||
#include "../dynamic.h"
|
||||
|
@ -17,6 +17,10 @@
|
||||
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include "video_shader_driver.h"
|
||||
#include "../verbosity.h"
|
||||
|
||||
|
@ -19,6 +19,10 @@
|
||||
#include <compat/strl.h>
|
||||
#include <retro_inline.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include "../input/input_config.h"
|
||||
#include "../configuration.h"
|
||||
#include "../verbosity.h"
|
||||
|
Loading…
Reference in New Issue
Block a user