summaryrefslogtreecommitdiffstats
path: root/iptables/nft.c
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-08-01 13:40:30 +0200
committerPhil Sutter <phil@nwl.cc>2019-08-01 14:30:30 +0200
commita982226bcf2e19b9ab35c2b8403a01fb73c15e37 (patch)
tree44ce04a3d89461b529a87f6c065ff40d502915f3 /iptables/nft.c
parent3dfb01cf14d72c21a15ab69a2767280223b7e3cb (diff)
nft: Drop stale include directive
This is a leftover, the file does not exist in fresh clones. Fixes: 06fd5e46d46f7 ("xtables: Drop support for /etc/xtables.conf") Signed-off-by: Phil Sutter <phil@nwl.cc> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'iptables/nft.c')
-rw-r--r--iptables/nft.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/iptables/nft.c b/iptables/nft.c
index 53b1ebe3..ae3740be 100644
--- a/iptables/nft.c
+++ b/iptables/nft.c
@@ -57,7 +57,6 @@
#include "xshared.h" /* proto_to_name */
#include "nft-shared.h"
#include "nft-bridge.h" /* EBT_NOPROTO */
-#include "xtables-config-parser.h"
static void *nft_fn;