]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
nft: Drop stale include directive
authorPhil Sutter <phil@nwl.cc>
Thu, 1 Aug 2019 11:40:30 +0000 (13:40 +0200)
committerPhil Sutter <phil@nwl.cc>
Thu, 1 Aug 2019 12:30:30 +0000 (14:30 +0200)
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>
iptables/nft.c

index 53b1ebe3ff5b3c91a65bffb5c9f7d9e5207f927a..ae3740be6bed52d5e44b37342feddc788dd2b448 100644 (file)
@@ -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;