diff options
author | Emanuele Giaquinta <e.giaquinta@glauco.it> | 2008-10-04 12:23:47 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-04 12:23:47 +0200 |
commit | 78db496dd7422c61cae1294f6863be9918b4bba9 (patch) | |
tree | 66b65a3ef90d66e970adf0236ed90e6c414cfc50 /src/support.h | |
parent | 316adb83cf48608b0f8aa2652474aa2ed5db3169 (diff) | |
download | mpd-78db496dd7422c61cae1294f6863be9918b4bba9.tar.gz mpd-78db496dd7422c61cae1294f6863be9918b4bba9.tar.xz mpd-78db496dd7422c61cae1294f6863be9918b4bba9.zip |
Do not include libgen.h, it is unneeded after commit 44ecb.
Diffstat (limited to '')
-rw-r--r-- | src/support.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 <glib.h> -#ifdef HAVE_LIBGEN_H -#include <libgen.h> -#endif - const char *strcasestr(const char *haystack, const char *needle); typedef struct { |