mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Fix relative path includes
This commit is contained in:
parent
be4f592e9e
commit
f37ffb7a65
@ -13,13 +13,15 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "discord.h"
|
||||
#include "retroarch.h"
|
||||
#include "core.h"
|
||||
#include "core_info.h"
|
||||
#include "paths.h"
|
||||
#include <file/file_path.h>
|
||||
|
||||
#include "discord.h"
|
||||
|
||||
#include "../retroarch.h"
|
||||
#include "../core.h"
|
||||
#include "../core_info.h"
|
||||
#include "../paths.h"
|
||||
|
||||
#include "../msg_hash.h"
|
||||
|
||||
static const char* APPLICATION_ID = "475456035851599874";
|
||||
|
Loading…
x
Reference in New Issue
Block a user