summaryrefslogtreecommitdiffstats
path: root/src/expr/fwd.c
diff options
context:
space:
mode:
authorBrett Mastbergen <bmastbergen@untangle.com>2020-01-03 14:36:40 -0500
committerPablo Neira Ayuso <pablo@netfilter.org>2020-01-05 10:31:26 +0100
commit325cb6f592cda0e9fb1769e4ebd209616fc7e6a1 (patch)
treed90fefe27d81a0c9e8f19a1559102ce80f9c864f /src/expr/fwd.c
parent6079297fffbd59fbdad40bc3651576d30989e2cc (diff)
include: Remove buffer.h
Almost everything in this header is unused. The command defines used in utils.c don't seem to be justified and have just been replaced by their strings Signed-off-by: Brett Mastbergen <bmastbergen@untangle.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/expr/fwd.c')
-rw-r--r--src/expr/fwd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/expr/fwd.c b/src/expr/fwd.c
index cff8235..2ec63c1 100644
--- a/src/expr/fwd.c
+++ b/src/expr/fwd.c
@@ -19,7 +19,6 @@
#include <libnftnl/rule.h>
#include "expr_ops.h"
#include "data_reg.h"
-#include <buffer.h>
struct nftnl_expr_fwd {
enum nft_registers sreg_dev;