(file_list.c) Get rid of general.h header dependency

This commit is contained in:
twinaphex 2014-10-16 08:17:19 +02:00
parent ab78b8a4cd
commit ce9469cb98
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
#include "driver.h"
#include "compat/strcasestr.h"
#include "msvc/msvc_compat.h"
#include "general.h"
void file_list_push(file_list_t *list,
const char *path, const char *label,