From 325cb6f592cda0e9fb1769e4ebd209616fc7e6a1 Mon Sep 17 00:00:00 2001 From: Brett Mastbergen Date: Fri, 3 Jan 2020 14:36:40 -0500 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- src/flowtable.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/flowtable.c') diff --git a/src/flowtable.c b/src/flowtable.c index 9ba3b6d..1e235d0 100644 --- a/src/flowtable.c +++ b/src/flowtable.c @@ -17,7 +17,6 @@ #include #include -#include struct nftnl_flowtable { struct list_head head; -- cgit v1.2.3