From a982226bcf2e19b9ab35c2b8403a01fb73c15e37 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 1 Aug 2019 13:40:30 +0200 Subject: 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 Acked-by: Pablo Neira Ayuso --- iptables/nft.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3