mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Exclude performance.h from runloop.h
This commit is contained in:
parent
494dbac6b1
commit
883c2a172a
@ -27,6 +27,7 @@
|
||||
#include "../command_event.h"
|
||||
#include "../configuration.h"
|
||||
#include "../general.h"
|
||||
#include "../performance.h"
|
||||
#include "../verbosity.h"
|
||||
#include "../string_list_special.h"
|
||||
|
||||
|
@ -39,7 +39,11 @@
|
||||
#include "../input/input_config.h"
|
||||
#include "../dir_list_special.h"
|
||||
#include "../string_list_special.h"
|
||||
#include "../performance.h"
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../cheevos.h"
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
#include "../frontend/drivers/platform_linux.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user