This commit is contained in:
twinaphex 2015-11-29 02:02:34 +01:00
parent 383f24005e
commit 99d3ddf998
2 changed files with 7 additions and 1 deletions

View File

@ -16,13 +16,16 @@
*/
#include <file/file_path.h>
#include <retro_assert.h>
#include <retro_stat.h>
#include <rthreads/async_job.h>
#include "frontend.h"
#include "../defaults.h"
#include "../driver.h"
#include "../system.h"
#include "../driver.h"
#include "../general.h"
#include "../retroarch.h"
#include "../runloop.h"
#include "../runloop_data.h"

View File

@ -17,6 +17,9 @@
#include <string.h>
#include "frontend_driver.h"
#ifndef IS_SALAMANDER
#include "../driver.h"
#endif
#ifdef HAVE_CONFIG_H
#include "../config.h"