From cee88b76f72c826cc3d3360b853a3cf2ec472fd2 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 2 Jun 2020 21:38:25 -0400 Subject: move declaration of interfaces between malloc and ldso to dynlink.h this eliminates consumers of malloc_impl.h outside of the malloc implementation. --- ldso/dynlink.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ldso/dynlink.c') diff --git a/ldso/dynlink.c b/ldso/dynlink.c index 6468f203..f6926919 100644 --- a/ldso/dynlink.c +++ b/ldso/dynlink.c @@ -23,7 +23,6 @@ #include "pthread_impl.h" #include "libc.h" #include "dynlink.h" -#include "malloc_impl.h" static void error(const char *, ...); -- cgit v1.2.1