mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Fix relative path includes
This commit is contained in:
parent
3d84a9960e
commit
07534e4a6d
@ -28,7 +28,6 @@
|
||||
#include <retro_math.h>
|
||||
#include <retro_timers.h>
|
||||
#include <net/net_http.h>
|
||||
#include <network/netplay/netplay.h>
|
||||
#include <libretro.h>
|
||||
#include <lrc_hash.h>
|
||||
|
||||
@ -56,6 +55,8 @@
|
||||
#include "cheevos_client.h"
|
||||
#include "cheevos_locals.h"
|
||||
|
||||
#include "../network/netplay/netplay.h"
|
||||
|
||||
#include "../audio/audio_driver.h"
|
||||
#include "../file_path_special.h"
|
||||
#include "../paths.h"
|
||||
|
Loading…
Reference in New Issue
Block a user