1
0
mirror of https://github.com/libretro/RetroArch synced 2024-06-28 22:44:21 +00:00

Remove some header includes

This commit is contained in:
libretroadmin 2024-06-16 21:37:46 +02:00
parent 843c816fc2
commit 38f278519c
3 changed files with 3 additions and 4 deletions

View File

@ -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"

View File

@ -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);
/**

View File

@ -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>