This commit is contained in:
twinaphex 2015-09-04 21:11:00 +02:00
parent a3349dc364
commit 4ebfe7a779
6 changed files with 25 additions and 16 deletions

View File

@ -14,13 +14,15 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "autosave.h" #include <stdio.h>
#include <rthreads/rthreads.h>
#include <stdlib.h> #include <stdlib.h>
#include <boolean.h> #include <boolean.h>
#include <string.h> #include <string.h>
#include <stdio.h>
#include <rthreads/rthreads.h>
#include "general.h" #include "general.h"
#include "autosave.h"
struct autosave struct autosave
{ {

View File

@ -14,22 +14,24 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "cheats.h" #include <stdlib.h>
#include "general.h" #include <stddef.h>
#include "runloop.h" #include <string.h>
#include "dynamic.h"
#include <file/config_file.h> #include <file/config_file.h>
#include <file/file_path.h> #include <file/file_path.h>
#include <compat/strl.h> #include <compat/strl.h>
#include <compat/posix_string.h> #include <compat/posix_string.h>
#include "cheats.h"
#include "general.h"
#include "runloop.h"
#include "dynamic.h"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
void cheat_manager_apply_cheats(cheat_manager_t *handle) void cheat_manager_apply_cheats(cheat_manager_t *handle)
{ {

View File

@ -15,11 +15,12 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "core_info.h"
#include "general.h"
#include <file/file_path.h> #include <file/file_path.h>
#include "file_ext.h" #include "file_ext.h"
#include <file/file_extract.h> #include <file/file_extract.h>
#include "core_info.h"
#include "general.h"
#include "dir_list_special.h" #include "dir_list_special.h"
#include "config.def.h" #include "config.def.h"

View File

@ -14,11 +14,11 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <compat/posix_string.h>
#include "driver.h" #include "driver.h"
#include "general.h" #include "general.h"
#include "retroarch.h"
#include "msg_hash.h" #include "msg_hash.h"
#include "compat/posix_string.h"
#include "gfx/video_monitor.h" #include "gfx/video_monitor.h"
#include "audio/audio_monitor.h" #include "audio/audio_monitor.h"

View File

@ -20,7 +20,9 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <net/net_compat.h> #include <net/net_compat.h>
#include "netplay.h" #include "netplay.h"
#include "general.h" #include "general.h"
#include "autosave.h" #include "autosave.h"

View File

@ -16,14 +16,16 @@
*/ */
#define __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS
#include "rewind.h"
#include "performance.h"
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <retro_inline.h> #include <retro_inline.h>
#include "dynamic.h" #include "dynamic.h"
#include "general.h" #include "general.h"
#include "msg_hash.h" #include "msg_hash.h"
#include "rewind.h"
#include "performance.h"
#ifndef UINT16_MAX #ifndef UINT16_MAX
#define UINT16_MAX 0xffff #define UINT16_MAX 0xffff