cli.h includes a forward declaration of struct parser_state which is not
needed.  Remove it.

Signed-off-by: Jeremy Sowden <jer...@azazel.net>
---
 include/cli.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/cli.h b/include/cli.h
index c1819d464327..023f004b8dab 100644
--- a/include/cli.h
+++ b/include/cli.h
@@ -4,7 +4,6 @@
 #include <nftables/libnftables.h>
 #include <config.h>
 
-struct parser_state;
 #ifdef HAVE_LIBREADLINE
 extern int cli_init(struct nft_ctx *nft);
 #else
-- 
2.23.0

Reply via email to