task_image.c - get rid of ifdefs

This commit is contained in:
twinaphex 2016-09-20 04:05:16 +02:00
parent 14b297b144
commit 0c86536bdc

View File

@ -25,14 +25,6 @@
#include <lists/string_list.h>
#include <rhash.h>
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#ifdef HAVE_MENU
#include "../menu/menu_driver.h"
#endif
#include "../file_path_special.h"
#include "../verbosity.h"