fix potentially wrong-sign zero in cproj functions at infinity
[musl] / src / thread / pthread_self.c
index 241a620..bd3bf95 100644 (file)
@@ -1,6 +1,5 @@
 #include "pthread_impl.h"
 #include <threads.h>
-#include "libc.h"
 
 static pthread_t __pthread_self_internal()
 {