mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
(CXX_BUILD) Buildfix
This commit is contained in:
parent
2660606f41
commit
6779fcf4f1
@ -27,7 +27,6 @@
|
||||
#include <string/string_list.h>
|
||||
|
||||
#include <compat/strl.h>
|
||||
#include <compat/posix_string.h>
|
||||
#include <retro_dirent.h>
|
||||
|
||||
#include <retro_miscellaneous.h>
|
||||
|
@ -28,10 +28,6 @@
|
||||
|
||||
#include <boolean.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* path_mkdir:
|
||||
* @dir : directory
|
||||
@ -54,8 +50,4 @@ bool path_is_directory(const char *path);
|
||||
|
||||
bool path_is_valid(const char *path);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user