summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2023-03-29 16:22:16 +0200
committerPhil Sutter <phil@nwl.cc>2023-04-21 18:03:33 +0200
commit465470184950d9035dcd1101c1f413f8a2051427 (patch)
tree5ea1b1fa50fd6e18cf4446a0235cf75fa7c5ec45
parenta591f48302e459d079e052b423885ae5eef4fa63 (diff)
downloadiptables-465470184950d9035dcd1101c1f413f8a2051427.tar.gz
nft-shared: Drop unused include
Code does not refer to struct xt_comment_info anymore. Fixes: 3bb497c61d743 ("xtables: Fix for deleting rules with comment") Signed-off-by: Phil Sutter <phil@nwl.cc>
-rw-r--r--iptables/nft-shared.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/iptables/nft-shared.c b/iptables/nft-shared.c
index c19d78e4..79f6a7d3 100644
--- a/iptables/nft-shared.c
+++ b/iptables/nft-shared.c
@@ -22,7 +22,6 @@
#include <xtables.h>
#include <linux/netfilter/nf_log.h>
-#include <linux/netfilter/xt_comment.h>
#include <linux/netfilter/xt_limit.h>
#include <linux/netfilter/xt_NFLOG.h>
#include <linux/netfilter/xt_mark.h>