From d54d316f5b3c5307bc678e1da53f2d8e10d2c412 Mon Sep 17 00:00:00 2001 From: Vadim Zhukov Date: Fri, 17 May 2013 12:29:53 +0400 Subject: [PATCH] Zap extra #include This code isn't needed at all because lib/replace/system/readline.h automatically includes if supportted, and it breaks the build when devel/readline is installed. BUG: https://bugzilla.samba.org/show_bug.cgi?id=9885 --- source4/torture/smbtorture.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c index 1a1fa34..8096c85 100644 --- a/source4/torture/smbtorture.c +++ b/source4/torture/smbtorture.c @@ -34,10 +34,6 @@ #include "param/param.h" #include "lib/util/samba_modules.h" -#if HAVE_READLINE_HISTORY_H -#include -#endif - static char *prefix_name(TALLOC_CTX *mem_ctx, const char *prefix, const char *name) { if (prefix == NULL) -- 1.8.2.2