More header include fixes

This commit is contained in:
twinaphex 2019-07-23 16:15:11 +02:00
parent 783027ab96
commit 0893d6b7b1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -85,7 +85,7 @@
#endif
#ifdef HAVE_CHEEVOS
#include "../cheevos-new/cheevos.h"
#include "../../cheevos-new/cheevos.h"
#endif
#ifdef __WINRT__