Header cleanup
This commit is contained in:
parent
ca63357b54
commit
4d30df7a64
|
@ -36,6 +36,7 @@
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
#include "../../tasks/tasks_internal.h"
|
#include "../../tasks/tasks_internal.h"
|
||||||
#include "../../input/input_remapping.h"
|
#include "../../input/input_remapping.h"
|
||||||
|
#include "../../retroarch.h"
|
||||||
#include "../../system.h"
|
#include "../../system.h"
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
#include "../../core_info.h"
|
#include "../../core_info.h"
|
||||||
#include "../../configuration.h"
|
#include "../../configuration.h"
|
||||||
#include "../../frontend/frontend_driver.h"
|
#include "../../frontend/frontend_driver.h"
|
||||||
|
#include "../../retroarch.h"
|
||||||
#include "../../system.h"
|
#include "../../system.h"
|
||||||
#include "../../runloop.h"
|
#include "../../runloop.h"
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
#include "../../frontend/frontend_driver.h"
|
#include "../../frontend/frontend_driver.h"
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
#include "../../configuration.h"
|
#include "../../configuration.h"
|
||||||
|
#include "../../retroarch.h"
|
||||||
#include "../../system.h"
|
#include "../../system.h"
|
||||||
|
|
||||||
#include "../../tasks/tasks_internal.h"
|
#include "../../tasks/tasks_internal.h"
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
#include "../../gfx/common/gl_common.h"
|
#include "../../gfx/common/gl_common.h"
|
||||||
#include "../../core_info.h"
|
#include "../../core_info.h"
|
||||||
#include "../../configuration.h"
|
#include "../../configuration.h"
|
||||||
|
#include "../../retroarch.h"
|
||||||
|
|
||||||
bool zr_checkbox_bool(struct zr_context* cx, const char* text, bool *active)
|
bool zr_checkbox_bool(struct zr_context* cx, const char* text, bool *active)
|
||||||
{
|
{
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
|
|
||||||
#include "../cheats.h"
|
#include "../cheats.h"
|
||||||
#include "../general.h"
|
#include "../general.h"
|
||||||
|
#include "../retroarch.h"
|
||||||
#include "../system.h"
|
#include "../system.h"
|
||||||
#include "../frontend/frontend_driver.h"
|
#include "../frontend/frontend_driver.h"
|
||||||
#include "../ui/ui_companion_driver.h"
|
#include "../ui/ui_companion_driver.h"
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
#ifndef MENU_HASH_H__
|
#ifndef MENU_HASH_H__
|
||||||
#define MENU_HASH_H__
|
#define MENU_HASH_H__
|
||||||
|
|
||||||
#include "../retroarch.h"
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue