mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
(menu) move headers around - no more menu/widgets
This commit is contained in:
parent
8f2dec4196
commit
497dc7a38a
@ -34,7 +34,6 @@
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../menu/menu_driver.h"
|
||||
#include "../menu/widgets/menu_input_bind_dialog.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
|
@ -17,8 +17,7 @@
|
||||
|
||||
#include "../menu_driver.h"
|
||||
#include "../menu_cbs.h"
|
||||
|
||||
#include "../widgets/menu_dialog.h"
|
||||
#include "../menu_dialog.h"
|
||||
|
||||
#include "../../configuration.h"
|
||||
|
||||
|
@ -47,8 +47,8 @@
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||
#include "../menu_shader.h"
|
||||
#endif
|
||||
#include "../widgets/menu_dialog.h"
|
||||
#include "../widgets/menu_input_bind_dialog.h"
|
||||
#include "../menu_dialog.h"
|
||||
#include "../menu_input_bind_dialog.h"
|
||||
#include "../menu_input.h"
|
||||
#include "../menu_networking.h"
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <retro_common_api.h>
|
||||
|
||||
#include "../../msg_hash.h"
|
||||
#include "../msg_hash.h"
|
||||
|
||||
enum menu_dialog_type
|
||||
{
|
@ -74,7 +74,7 @@
|
||||
#include "menu_shader.h"
|
||||
#endif
|
||||
#include "menu_networking.h"
|
||||
#include "widgets/menu_dialog.h"
|
||||
#include "menu_dialog.h"
|
||||
|
||||
#include "../configuration.h"
|
||||
#include "../file_path_special.h"
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include <retro_common_api.h>
|
||||
|
||||
#include "../menu_input.h"
|
||||
#include "menu_input.h"
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
@ -62,7 +62,7 @@
|
||||
|
||||
#include "../frontend/frontend_driver.h"
|
||||
|
||||
#include "widgets/menu_input_bind_dialog.h"
|
||||
#include "menu_input_bind_dialog.h"
|
||||
|
||||
#include "menu_setting.h"
|
||||
#include "menu_cbs.h"
|
||||
@ -72,7 +72,6 @@
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||
#include "menu_shader.h"
|
||||
#endif
|
||||
#include "widgets/menu_input_bind_dialog.h"
|
||||
|
||||
#include "../core.h"
|
||||
#include "../configuration.h"
|
||||
|
@ -146,8 +146,8 @@
|
||||
#include "menu/menu_cbs.h"
|
||||
#include "menu/menu_driver.h"
|
||||
#include "menu/menu_input.h"
|
||||
#include "menu/widgets/menu_dialog.h"
|
||||
#include "menu/widgets/menu_input_bind_dialog.h"
|
||||
#include "menu/menu_dialog.h"
|
||||
#include "menu/menu_input_bind_dialog.h"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user