summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-02-11 21:20:32 +0100
committerMartin Schwenke <martins@samba.org>2020-02-19 09:38:39 +0000
commitb36376fcf67da5b1c5d7f8dbea32cb82b99d04bd (patch)
treea0572a5e0edbbd414312666f3c8e89fcb6710ff1
parent158bf58cf163c1157fb59cb0d9c766ed5ca4e98a (diff)
downloadsamba-b36376fcf67da5b1c5d7f8dbea32cb82b99d04bd.tar.gz
lib: Remove unneded #include malloc.h
We do the mallinfo() call in talloc_report_printf.c now Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
-rw-r--r--source3/lib/tallocmsg.c3
1 files changed, 0 insertions, 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 <malloc.h>
-#endif /* HAVE_MALLINFO */
static bool pool_usage_filter(struct messaging_rec *rec, void *private_data)
{