mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
Remove some header includes
This commit is contained in:
parent
843c816fc2
commit
38f278519c
@ -19,6 +19,7 @@
|
||||
#include <audio/conversion/float_to_s16.h>
|
||||
#include <retro_assert.h>
|
||||
#include <string/stdstring.h>
|
||||
#include <lists/string_list.h>
|
||||
#include <audio/conversion/dual_mono.h>
|
||||
|
||||
#include "microphone_driver.h"
|
||||
|
@ -18,7 +18,6 @@
|
||||
#define _MENU_SHADER_MANAGER_H
|
||||
|
||||
#include <retro_common_api.h>
|
||||
#include <lists/string_list.h>
|
||||
|
||||
#include "../gfx/video_shader_parse.h"
|
||||
|
||||
@ -59,8 +58,8 @@ bool menu_shader_manager_init(void);
|
||||
**/
|
||||
bool menu_shader_manager_set_preset(
|
||||
struct video_shader *menu_shader,
|
||||
enum rarch_shader_type type,
|
||||
const char *preset_path,
|
||||
enum rarch_shader_type type,
|
||||
const char *preset_path,
|
||||
bool apply);
|
||||
|
||||
/**
|
||||
|
@ -14,7 +14,6 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <lists/string_list.h>
|
||||
#include <string/stdstring.h>
|
||||
#include <file/file_path.h>
|
||||
#include <file/archive_file.h>
|
||||
|
Loading…
Reference in New Issue
Block a user