From: Volker Lendecke Date: Tue, 11 Feb 2020 20:20:32 +0000 (+0100) Subject: lib: Remove unneded #include malloc.h X-Git-Tag: ldb-2.1.1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36376fcf67da5b1c5d7f8dbea32cb82b99d04bd;p=thirdparty%2Fsamba.git lib: Remove unneded #include malloc.h We do the mallinfo() call in talloc_report_printf.c now Signed-off-by: Volker Lendecke Reviewed-by: Martin Schwenke --- diff --git a/source3/lib/tallocmsg.c b/source3/lib/tallocmsg.c index bc0fa132e32..e8a69afbf80 100644 --- a/source3/lib/tallocmsg.c +++ b/source3/lib/tallocmsg.c @@ -19,9 +19,6 @@ #include "includes.h" #include "messages.h" #include "lib/util/talloc_report_printf.h" -#ifdef HAVE_MALLINFO -#include -#endif /* HAVE_MALLINFO */ static bool pool_usage_filter(struct messaging_rec *rec, void *private_data) {