mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
More header include fixes
This commit is contained in:
parent
783027ab96
commit
0893d6b7b1
@ -18,7 +18,7 @@
|
||||
|
||||
#include "../menu_driver.h"
|
||||
#include "../menu_cbs.h"
|
||||
#include "../configuration.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../msg_hash.h"
|
||||
#include "../../managers/cheat_manager.h"
|
||||
|
||||
|
@ -85,7 +85,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../cheevos-new/cheevos.h"
|
||||
#include "../../cheevos-new/cheevos.h"
|
||||
#endif
|
||||
|
||||
#ifdef __WINRT__
|
||||
|
Loading…
x
Reference in New Issue
Block a user