mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
frontend.c - cleanup headers
This commit is contained in:
parent
86a82a47f6
commit
ce434a7f1c
@ -15,22 +15,16 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <file/file_path.h>
|
||||
#include <retro_stat.h>
|
||||
#include <queues/task_queue.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "frontend.h"
|
||||
#include "../ui/ui_companion_driver.h"
|
||||
#include "../tasks/tasks_internal.h"
|
||||
|
||||
#include "../defaults.h"
|
||||
#include "../content.h"
|
||||
#include "../driver.h"
|
||||
#include "../system.h"
|
||||
#include "../driver.h"
|
||||
#include "../retroarch.h"
|
||||
#include "../runloop.h"
|
||||
#include "../verbosity.h"
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../menu/menu_driver.h"
|
||||
|
Loading…
Reference in New Issue
Block a user