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 "driver.h"
|
||||||
#include "compat/strcasestr.h"
|
#include "compat/strcasestr.h"
|
||||||
#include "msvc/msvc_compat.h"
|
#include "msvc/msvc_compat.h"
|
||||||
#include "settings_data.h"
|
|
||||||
#include "general.h"
|
#include "general.h"
|
||||||
|
|
||||||
void file_list_push(file_list_t *list,
|
void file_list_push(file_list_t *list,
|
||||||
|
|
|
@ -22,7 +22,6 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "boolean.h"
|
#include "boolean.h"
|
||||||
#include "settings_data.h"
|
|
||||||
|
|
||||||
struct item_file
|
struct item_file
|
||||||
{
|
{
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
#include "../../../performance.h"
|
#include "../../../performance.h"
|
||||||
#include "../../../input/input_common.h"
|
#include "../../../input/input_common.h"
|
||||||
|
|
||||||
|
#include "../../../settings_data.h"
|
||||||
#include "../../../screenshot.h"
|
#include "../../../screenshot.h"
|
||||||
#include "../../../gfx/fonts/bitmap.h"
|
#include "../../../gfx/fonts/bitmap.h"
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
#include "../../../performance.h"
|
#include "../../../performance.h"
|
||||||
#include "../../../input/input_common.h"
|
#include "../../../input/input_common.h"
|
||||||
|
|
||||||
|
#include "../../../settings_data.h"
|
||||||
#include "../../../screenshot.h"
|
#include "../../../screenshot.h"
|
||||||
#include "../../../gfx/fonts/bitmap.h"
|
#include "../../../gfx/fonts/bitmap.h"
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
#include "../../../gfx/gfx_common.h"
|
#include "../../../gfx/gfx_common.h"
|
||||||
#include "../../../gfx/gfx_context.h"
|
#include "../../../gfx/gfx_context.h"
|
||||||
|
|
||||||
|
#include "../../../settings_data.h"
|
||||||
#include "../../../message_queue.h"
|
#include "../../../message_queue.h"
|
||||||
#include "../../../general.h"
|
#include "../../../general.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue