Don't have file_path.h include dir_list.h

This commit is contained in:
twinaphex 2014-10-21 18:46:39 +02:00
parent af402e6299
commit 383eb08988
10 changed files with 9 additions and 2 deletions

View File

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

View File

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

View File

@ -23,7 +23,6 @@
#include <stddef.h>
#include <sys/types.h>
#include "string_list.h"
#include "dir_list.h"
#ifdef __cplusplus
extern "C" {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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. */

View File

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