mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 18:31:05 +00:00
Cleanups
This commit is contained in:
parent
383f24005e
commit
99d3ddf998
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user