From 78db496dd7422c61cae1294f6863be9918b4bba9 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Sat, 4 Oct 2008 12:23:47 +0200 Subject: Do not include libgen.h, it is unneeded after commit 44ecb. --- src/support.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/support.h') diff --git a/src/support.h b/src/support.h index 16dd7ae13..95bde4691 100644 --- a/src/support.h +++ b/src/support.h @@ -3,10 +3,6 @@ #include -#ifdef HAVE_LIBGEN_H -#include -#endif - const char *strcasestr(const char *haystack, const char *needle); typedef struct { -- cgit v1.2.3