From: Emanuele Giaquinta Date: Sat, 4 Oct 2008 10:23:47 +0000 (+0200) Subject: Do not include libgen.h, it is unneeded after commit 44ecb. X-Git-Tag: v0.12_alpha1~69 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=78db496dd7422c61cae1294f6863be9918b4bba9;p=ncmpc.git Do not include libgen.h, it is unneeded after commit 44ecb. --- diff --git a/configure.ac b/configure.ac index 83a47a7..67ea2e3 100644 --- a/configure.ac +++ b/configure.ac @@ -32,10 +32,6 @@ dnl dnl Check for headers dnl -AC_CHECK_HEADER([libgen.h], - AC_DEFINE([HAVE_LIBGEN_H], [1], [glibc - libgen.h]), - ,) - AC_CHECK_HEADER([locale.h], AC_DEFINE([HAVE_LOCALE_H], [1], [locale.h]), ,) diff --git a/src/support.h b/src/support.h index 16dd7ae..95bde46 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 {