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 <pablo@xxxxxxxxxxxxx> --- v2: really, remove history.h, not readline.h src/cli.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cli.c b/src/cli.c index 4845e5cf1454..8729176680cf 100644 --- a/src/cli.c +++ b/src/cli.c @@ -26,7 +26,6 @@ #include <readline/history.h> #elif defined(HAVE_LIBEDIT) #include <editline/readline.h> -#include <editline/history.h> #else #include <linenoise.h> #endif -- 2.30.2