From b36376fcf67da5b1c5d7f8dbea32cb82b99d04bd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 11 Feb 2020 21:20:32 +0100 Subject: 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 --- source3/lib/tallocmsg.c | 3 --- 1 file changed, 3 deletions(-) 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) { -- cgit v1.2.1