mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 21:40:40 +00:00
(RMenu/RGUI) Move file_browser.h/file_list.h up one level
This commit is contained in:
parent
3b7e2a1882
commit
b5b480ec15
@ -17,7 +17,7 @@
|
||||
#ifndef FILEBROWSER_H_
|
||||
#define FILEBROWSER_H_
|
||||
|
||||
#include "../../../general.h"
|
||||
#include "../../general.h"
|
||||
|
||||
typedef struct
|
||||
{
|
@ -39,9 +39,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_FILEBROWSER
|
||||
#include "utils/file_browser.h"
|
||||
#include "file_browser.h"
|
||||
#endif
|
||||
#include "utils/file_list.h"
|
||||
#include "file_list.h"
|
||||
|
||||
#if defined(HAVE_CG) || defined(HAVE_HLSL) || defined(HAVE_GLSL)
|
||||
#define HAVE_SHADER_MANAGER
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "rgui.h"
|
||||
#include "menu_context.h"
|
||||
#include "utils/file_list.h"
|
||||
#include "file_list.h"
|
||||
#include "../../general.h"
|
||||
#include "../../file_ext.h"
|
||||
#include "../../gfx/gfx_common.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#include "rmenu.h"
|
||||
#include "utils/file_browser.h"
|
||||
#include "file_browser.h"
|
||||
|
||||
#if defined(__CELLOS_LV2__)
|
||||
#include <sdk_version.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user