reduce spurious inclusion of libc.h
[musl] / src / process / system.c
index 9135b81..5af59b8 100644 (file)
@@ -5,7 +5,6 @@
 #include <spawn.h>
 #include <errno.h>
 #include "pthread_impl.h"
-#include "libc.h"
 
 extern char **__environ;