mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Header include cleanups
This commit is contained in:
parent
b0e372432f
commit
d4be224ea6
@ -24,16 +24,20 @@
|
||||
#include <boolean.h>
|
||||
#include <retro_common_api.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OVERLAY
|
||||
#include "../input/input_overlay.h"
|
||||
#endif
|
||||
|
||||
#include "font_driver.h"
|
||||
#include "video_filter.h"
|
||||
#include "video_shader_parse.h"
|
||||
|
||||
#include "../input/input_driver.h"
|
||||
|
||||
#ifdef HAVE_OVERLAY
|
||||
#include "../input/input_overlay.h"
|
||||
#endif
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
enum texture_filter_type
|
||||
|
Loading…
x
Reference in New Issue
Block a user