From: Gustavo Zacarias Date: Wed, 27 Nov 2013 13:21:12 +0000 (-0300) Subject: iptables-save: remove dlfcn.h include X-Git-Tag: v1.6.0~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b85b7837707bd6c6d578c9328e1321fceb8082;p=thirdparty%2Fiptables.git iptables-save: remove dlfcn.h include It's not required and breaks on static-only uClibc builds which don't have the header file. Signed-off-by: Gustavo Zacarias Signed-off-by: Florian Westphal --- diff --git a/iptables/ip6tables-save.c b/iptables/ip6tables-save.c index d819b30b..a86a64a3 100644 --- a/iptables/ip6tables-save.c +++ b/iptables/ip6tables-save.c @@ -18,10 +18,6 @@ #include "ip6tables.h" #include "ip6tables-multi.h" -#ifndef NO_SHARED_LIBS -#include -#endif - static int show_counters = 0; static const struct option options[] = { diff --git a/iptables/iptables-save.c b/iptables/iptables-save.c index e599fcec..2999c7f4 100644 --- a/iptables/iptables-save.c +++ b/iptables/iptables-save.c @@ -17,10 +17,6 @@ #include "iptables.h" #include "iptables-multi.h" -#ifndef NO_SHARED_LIBS -#include -#endif - static int show_counters = 0; static const struct option options[] = {