reduce spurious inclusion of libc.h
[musl] / src / aio / aio.c
index aafd8e8..a5f6443 100644 (file)
@@ -7,7 +7,6 @@
 #include <stdlib.h>
 #include "syscall.h"
 #include "atomic.h"
-#include "libc.h"
 #include "pthread_impl.h"
 
 /* The following is a threads-based implementation of AIO with minimal