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_eui64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libip6t_eui64.c') diff --git a/extensions/libip6t_eui64.c b/extensions/libip6t_eui64.c index 4caa66ad..c92c8687 100644 --- a/extensions/libip6t_eui64.c +++ b/extensions/libip6t_eui64.c @@ -9,7 +9,7 @@ #else #include #endif -#include +#include static void eui64_help(void) { -- cgit v1.2.3