reduce spurious inclusion of libc.h
[musl] / src / time / clock_nanosleep.c
index 9e4d9f1..32f0c07 100644 (file)
@@ -1,7 +1,6 @@
 #include <time.h>
 #include <errno.h>
 #include "syscall.h"
-#include "libc.h"
 
 int clock_nanosleep(clockid_t clk, int flags, const struct timespec *req, struct timespec *rem)
 {