mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
Cleanups
This commit is contained in:
parent
8a9ae155a2
commit
34022605aa
@ -18,6 +18,14 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "../config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_MENU
|
||||||
|
#include "../menu/menu_driver.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "frontend.h"
|
#include "frontend.h"
|
||||||
#include "../ui/ui_companion_driver.h"
|
#include "../ui/ui_companion_driver.h"
|
||||||
#include "../tasks/tasks_internal.h"
|
#include "../tasks/tasks_internal.h"
|
||||||
@ -27,10 +35,6 @@
|
|||||||
#include "../retroarch.h"
|
#include "../retroarch.h"
|
||||||
#include "../runloop.h"
|
#include "../runloop.h"
|
||||||
|
|
||||||
#ifdef HAVE_MENU
|
|
||||||
#include "../menu/menu_driver.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* main_exit:
|
* main_exit:
|
||||||
*
|
*
|
||||||
|
@ -23,13 +23,6 @@
|
|||||||
#include <compat/strl.h>
|
#include <compat/strl.h>
|
||||||
#include <compat/posix_string.h>
|
#include <compat/posix_string.h>
|
||||||
|
|
||||||
#include "cheat_manager.h"
|
|
||||||
#include "../configuration.h"
|
|
||||||
#include "../runloop.h"
|
|
||||||
#include "../dynamic.h"
|
|
||||||
#include "../core.h"
|
|
||||||
#include "../verbosity.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
#endif
|
#endif
|
||||||
@ -38,6 +31,13 @@
|
|||||||
#include "../cheevos.h"
|
#include "../cheevos.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "cheat_manager.h"
|
||||||
|
#include "../configuration.h"
|
||||||
|
#include "../runloop.h"
|
||||||
|
#include "../dynamic.h"
|
||||||
|
#include "../core.h"
|
||||||
|
#include "../verbosity.h"
|
||||||
|
|
||||||
struct item_cheat
|
struct item_cheat
|
||||||
{
|
{
|
||||||
char *desc;
|
char *desc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user