mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 08:52:41 +00:00
fixed wrong includes
This commit is contained in:
parent
674752ca96
commit
fc8eda13c8
4
cheats.c
4
cheats.c
@ -23,7 +23,7 @@
|
||||
#include <compat/strl.h>
|
||||
#include <compat/posix_string.h>
|
||||
|
||||
#include "cheevos.h"
|
||||
#include "cheats.h"
|
||||
#include "general.h"
|
||||
#include "runloop.h"
|
||||
#include "dynamic.h"
|
||||
@ -33,7 +33,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "cheats.h"
|
||||
#include "cheevos.h"
|
||||
#endif
|
||||
|
||||
struct item_cheat
|
||||
|
Loading…
x
Reference in New Issue
Block a user