(file_list.c) Get rid of general.h header dependency
This commit is contained in:
parent
ab78b8a4cd
commit
ce9469cb98
|
@ -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 "general.h"
|
|
||||||
|
|
||||||
void file_list_push(file_list_t *list,
|
void file_list_push(file_list_t *list,
|
||||||
const char *path, const char *label,
|
const char *path, const char *label,
|
||||||
|
|
Loading…
Reference in New Issue