mirror of
https://github.com/izzy2lost/RetroArch.git
synced 2026-03-26 16:42:27 -07:00
fixed wrong includes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user