refactor adjtime function using adjtimex function instead of syscall
[musl] / src / internal / malloc_impl.h
index b6eacd8..59785a7 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef MALLOC_IMPL_H
 #define MALLOC_IMPL_H
 
-#include "libc.h"
 #include <sys/mman.h>
 
 hidden void *__expand_heap(size_t *);