]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Remove unneded #include malloc.h
authorVolker Lendecke <vl@samba.org>
Tue, 11 Feb 2020 20:20:32 +0000 (21:20 +0100)
committerMartin Schwenke <martins@samba.org>
Wed, 19 Feb 2020 09:38:39 +0000 (09:38 +0000)
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>
source3/lib/tallocmsg.c

index bc0fa132e327d82226d2ab417c9c9945107e5eb8..e8a69afbf802ae5cce43ffb9159497624da50517 100644 (file)
@@ -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)
 {