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/libipt_realm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libipt_realm.c') diff --git a/extensions/libipt_realm.c b/extensions/libipt_realm.c index 38128530..5af2fd41 100644 --- a/extensions/libipt_realm.c +++ b/extensions/libipt_realm.c @@ -11,7 +11,7 @@ #else #include #endif -#include +#include #include static void realm_help(void) -- cgit v1.2.3