mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-20 01:43:37 +00:00
Get rid of settings_data.h includes in file_list.c/h
This commit is contained in:
parent
076ee20fa9
commit
fcf05a70ce
@ -20,7 +20,6 @@
|
||||
#include "driver.h"
|
||||
#include "compat/strcasestr.h"
|
||||
#include "msvc/msvc_compat.h"
|
||||
#include "settings_data.h"
|
||||
#include "general.h"
|
||||
|
||||
void file_list_push(file_list_t *list,
|
||||
|
@ -22,7 +22,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include "boolean.h"
|
||||
#include "settings_data.h"
|
||||
|
||||
struct item_file
|
||||
{
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "../../../performance.h"
|
||||
#include "../../../input/input_common.h"
|
||||
|
||||
#include "../../../settings_data.h"
|
||||
#include "../../../screenshot.h"
|
||||
#include "../../../gfx/fonts/bitmap.h"
|
||||
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include "../../../performance.h"
|
||||
#include "../../../input/input_common.h"
|
||||
|
||||
#include "../../../settings_data.h"
|
||||
#include "../../../screenshot.h"
|
||||
#include "../../../gfx/fonts/bitmap.h"
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "../../../gfx/gfx_common.h"
|
||||
#include "../../../gfx/gfx_context.h"
|
||||
|
||||
#include "../../../settings_data.h"
|
||||
#include "../../../message_queue.h"
|
||||
#include "../../../general.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user