efl: Remove check for strings.h

* strings.h: is very useful, very old and very standard. The only place
that checks for that is simple_xml_parser and I have no idea why



SVN revision: 82576
This commit is contained in:
Lucas De Marchi 2013-01-10 20:25:21 +00:00
parent 3e5c0aa7e0
commit 3dc661e710
2 changed files with 1 additions and 5 deletions

View File

@ -386,7 +386,6 @@ mcheck.h \
netinet/in.h \
siginfo.h \
stdint.h \
strings.h \
sys/epoll.h \
sys/inotify.h \
sys/signalfd.h \

View File

@ -21,10 +21,7 @@
# include "config.h"
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#include <strings.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>