From 5d9678ad3eabc34ac40dfe055d7f6a8e44445a5a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 20 Nov 2008 10:15:35 +0100 Subject: src: remove inclusion of iptables.h iptables.h and ip6tables.h only include declarations internal to iptables (specifically iptables.c and ip6tables.c), as most of the public API has been moved to xtables.h a few months ago. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libip6t_frag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libip6t_frag.c') diff --git a/extensions/libip6t_frag.c b/extensions/libip6t_frag.c index 1a6e3be8..1f8f801d 100644 --- a/extensions/libip6t_frag.c +++ b/extensions/libip6t_frag.c @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include static void frag_help(void) -- cgit v1.2.3