mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Some header include changes
This commit is contained in:
parent
dd9dd9e6f9
commit
e2b5681652
@ -21,6 +21,7 @@
|
||||
#include <stddef.h>
|
||||
#include <sys/types.h>
|
||||
#include <boolean.h>
|
||||
#include "audio_dsp_filter.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -27,12 +27,10 @@
|
||||
#include "movie.h"
|
||||
#include "autosave.h"
|
||||
#include "cheats.h"
|
||||
#include "audio/audio_dsp_filter.h"
|
||||
#include <compat/strl.h>
|
||||
#include "core_options.h"
|
||||
#include "core_info.h"
|
||||
#include <retro_miscellaneous.h>
|
||||
#include "gfx/video_filter.h"
|
||||
|
||||
#include "playlist.h"
|
||||
|
||||
|
@ -22,11 +22,12 @@
|
||||
#include <sys/types.h>
|
||||
#include <boolean.h>
|
||||
#include <gfx/scaler/scaler.h>
|
||||
#include "../libretro.h"
|
||||
#include "video_filter.h"
|
||||
#include "video_shader_parse.h"
|
||||
|
||||
#include "../libretro.h"
|
||||
#include "../input/input_driver.h"
|
||||
|
||||
#include "video_shader_parse.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user