mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
Don't have file_path.h include dir_list.h
This commit is contained in:
parent
af402e6299
commit
383eb08988
@ -22,6 +22,7 @@
|
||||
#include "filters/dspfilter.h"
|
||||
#include "../file_path.h"
|
||||
#include "../file_ext.h"
|
||||
#include "../dir_list.h"
|
||||
#include <compat/posix_string.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "file_extract.h"
|
||||
#include "file_path.h"
|
||||
#include <compat/strl.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
#include "retroarch_logger.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <stddef.h>
|
||||
#include <sys/types.h>
|
||||
#include "string_list.h"
|
||||
#include "dir_list.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "menu_display.h"
|
||||
#include "../../../general.h"
|
||||
#include "../../../file_path.h"
|
||||
#include "../../../dir_list.h"
|
||||
#include "../../../gfx/gl_common.h"
|
||||
#include "../../../gfx/video_thread_wrapper.h"
|
||||
#include <compat/posix_string.h>
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include "menu_action.h"
|
||||
#include "menu_list.h"
|
||||
#include "../../file_path.h"
|
||||
#include "../../dir_list.h"
|
||||
#include "../../settings_data.h"
|
||||
#include "../../performance.h"
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "../gfx_context.h"
|
||||
#include "../gl_common.h"
|
||||
#include "../gfx_common.h"
|
||||
#include "../../dir_list.h"
|
||||
#include "../../file_path.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include "../general.h"
|
||||
#include "../file_path.h"
|
||||
#include "../file_ext.h"
|
||||
#include "../dir_list.h"
|
||||
#include "../performance.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
#include "video_thread_wrapper.h"
|
||||
#include "../performance.h"
|
||||
#include "../dir_list.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
@ -17,9 +17,9 @@
|
||||
#define RARCH_VIDEO_THREAD_H__
|
||||
|
||||
#include "../driver.h"
|
||||
#include "../general.h"
|
||||
#include <boolean.h>
|
||||
#include <rthreads/rthreads.h>
|
||||
#include "../general.h"
|
||||
|
||||
/* Starts a video driver in a new thread.
|
||||
* Access to video driver will be mediated through this driver. */
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "driver.h"
|
||||
#include "file.h"
|
||||
#include "file_path.h"
|
||||
#include "dir_list.h"
|
||||
#include "general.h"
|
||||
#include "dynamic.h"
|
||||
#include <compat/strl.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user