From ce9469cb98e802fc8fc2184e6cca24953a319d87 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 16 Oct 2014 08:17:19 +0200 Subject: [PATCH] (file_list.c) Get rid of general.h header dependency --- file_list.c | 1 - 1 file changed, 1 deletion(-) diff --git a/file_list.c b/file_list.c index 367ff07727..423e429897 100644 --- a/file_list.c +++ b/file_list.c @@ -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,