(RMenu/RGUI) Move file_browser.h/file_list.h up one level

This commit is contained in:
twinaphex 2013-10-07 08:45:32 +00:00
parent 3b7e2a1882
commit b5b480ec15
5 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
#ifndef FILEBROWSER_H_
#define FILEBROWSER_H_
#include "../../../general.h"
#include "../../general.h"
typedef struct
{

View File

@ -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

View File

@ -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"

View File

@ -15,7 +15,7 @@
*/
#include "rmenu.h"
#include "utils/file_browser.h"
#include "file_browser.h"
#if defined(__CELLOS_LV2__)
#include <sdk_version.h>