From 3dc661e710f4f056a376ce18a9ea0e7cceeb4200 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 10 Jan 2013 20:25:21 +0000 Subject: [PATCH] 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 --- configure.ac | 1 - src/lib/eina/eina_simple_xml_parser.c | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 28b9bd4f5a..0920b6066b 100644 --- a/configure.ac +++ b/configure.ac @@ -386,7 +386,6 @@ mcheck.h \ netinet/in.h \ siginfo.h \ stdint.h \ -strings.h \ sys/epoll.h \ sys/inotify.h \ sys/signalfd.h \ diff --git a/src/lib/eina/eina_simple_xml_parser.c b/src/lib/eina/eina_simple_xml_parser.c index 1f978b0726..5becc27859 100644 --- a/src/lib/eina/eina_simple_xml_parser.c +++ b/src/lib/eina/eina_simple_xml_parser.c @@ -21,10 +21,7 @@ # include "config.h" #endif - -#ifdef HAVE_STRINGS_H -# include -#endif +#include #include #include #include