Exclude performance.h from runloop.h

This commit is contained in:
twinaphex 2015-12-06 19:10:58 +01:00
parent 494dbac6b1
commit 883c2a172a
3 changed files with 5 additions and 1 deletions

View File

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

View File

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

View File

@ -21,7 +21,6 @@
#include "core_options.h"
#include "dynamic.h"
#include "system.h"
#include "performance.h"
#ifdef __cplusplus
extern "C" {