move declaration of interfaces between malloc and ldso to dynlink.h
[musl] / ldso / dynlink.c
index 6468f20..f692691 100644 (file)
@@ -23,7 +23,6 @@
 #include "pthread_impl.h"
 #include "libc.h"
 #include "dynlink.h"
-#include "malloc_impl.h"
 
 static void error(const char *, ...);