reduce spurious inclusion of libc.h
[musl] / src / process / waitid.c
index c67feac..d688650 100644 (file)
@@ -1,6 +1,5 @@
 #include <sys/wait.h>
 #include "syscall.h"
-#include "libc.h"
 
 int waitid(idtype_t type, id_t id, siginfo_t *info, int options)
 {