diff options
Diffstat (limited to 'src/file_ico.c')
-rw-r--r-- | src/file_ico.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/file_ico.c b/src/file_ico.c index 5e4d8854..9a3ed56c 100644 --- a/src/file_ico.c +++ b/src/file_ico.c @@ -23,9 +23,6 @@ #ifdef HAVE_CONFIG_H #include <config.h> #endif -#ifdef HAVE_STDLIB_H -#include <stdlib.h> -#endif #ifdef HAVE_STRING_H #include <string.h> #endif @@ -36,7 +33,6 @@ #include "types.h" #include "common.h" #include "filegen.h" -#include "log.h" static void register_header_check_ico(file_stat_t *file_stat); static int header_check_ico(const unsigned char *buffer, const unsigned int buffer_size, const unsigned int safe_header_only, const file_recovery_t *file_recovery, file_recovery_t *file_recovery_new); |