From ef18e8147903885708d1c264904129af4fb636d6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 4 Aug 2008 12:47:48 +0200 Subject: src: remove dependency on libiptc headers xtables.h does not need really need libxtc.h, and we can drop it from the install as it is internal-only. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- include/iptables.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/iptables.h') diff --git a/include/iptables.h b/include/iptables.h index ecc7168f..99e8e1e1 100644 --- a/include/iptables.h +++ b/include/iptables.h @@ -1,8 +1,9 @@ #ifndef _IPTABLES_USER_H #define _IPTABLES_USER_H -#include "xtables.h" -#include "libiptc/libiptc.h" +#include +#include +#include #ifndef IPT_SO_GET_REVISION_MATCH /* Old kernel source. */ #define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2) -- cgit v1.2.3