From: Pablo Neira Ayuso Date: Mon, 22 Nov 2021 17:01:52 +0000 (+0100) Subject: cli: remove #include X-Git-Tag: v1.0.2~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3847fccf004525ceb97db6fbc681835b0ac9a61a;p=thirdparty%2Fnftables.git cli: remove #include This header is not required to compile nftables with editline, remove it, this unbreak compilation in several distros which have no symlink from history.h to editline.h Signed-off-by: Pablo Neira Ayuso --- diff --git a/src/cli.c b/src/cli.c index 4845e5cf..87291766 100644 --- a/src/cli.c +++ b/src/cli.c @@ -26,7 +26,6 @@ #include #elif defined(HAVE_LIBEDIT) #include -#include #else #include #endif