move declaration of interfaces between malloc and ldso to dynlink.h
[oweals/musl.git] / ldso / dynlink.c
index 6468f203cb69b1dbfb6c5731c4e3f7c650546c7e..f6926919ad19762ebb24a92f38fbe81d819a85e8 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 *, ...);