mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Header cleanup
This commit is contained in:
parent
ca63357b54
commit
4d30df7a64
6 changed files with 5 additions and 2 deletions
|
@ -36,6 +36,7 @@
|
|||
#include "../../general.h"
|
||||
#include "../../tasks/tasks_internal.h"
|
||||
#include "../../input/input_remapping.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../system.h"
|
||||
|
||||
enum
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include "../../core_info.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../system.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../verbosity.h"
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
#include "../../frontend/frontend_driver.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../system.h"
|
||||
|
||||
#include "../../tasks/tasks_internal.h"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include "../../gfx/common/gl_common.h"
|
||||
#include "../../core_info.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../retroarch.h"
|
||||
|
||||
bool zr_checkbox_bool(struct zr_context* cx, const char* text, bool *active)
|
||||
{
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include "../cheats.h"
|
||||
#include "../general.h"
|
||||
#include "../retroarch.h"
|
||||
#include "../system.h"
|
||||
#include "../frontend/frontend_driver.h"
|
||||
#include "../ui/ui_companion_driver.h"
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
#ifndef MENU_HASH_H__
|
||||
#define MENU_HASH_H__
|
||||
|
||||
#include "../retroarch.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue