Fix more header includes

This commit is contained in:
twinaphex 2019-07-24 02:02:57 +02:00
parent 879debb60f
commit e6816163d1
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
#include "../../playlist.h"
#ifdef HAVE_NETWORKING
#include "../network/netplay/netplay.h"
#include "../../network/netplay/netplay.h"
#endif
#ifndef BIND_ACTION_GET_VALUE

View File

@ -20,7 +20,7 @@
#include "../menu_driver.h"
#include "../menu_cbs.h"
#include "../../file_path_special.h"
#include "../managers/cheat_manager.h"
#include "../../managers/cheat_manager.h"
#ifndef BIND_ACTION_LABEL
#define BIND_ACTION_LABEL(cbs, name) \

View File

@ -47,7 +47,7 @@
#include "../../dynamic.h"
#include "../../configuration.h"
#include "../../managers/cheat_manager.h"
#include "../tasks/tasks_internal.h"
#include "../../tasks/tasks_internal.h"
#include "../../playlist.h"
#include "../../runtime_file.h"