remove ancient clang workaround from powerpc pthread_arch.h asm
[musl] / src / math / remainderf.c
index 420d3bf..bf1d7b2 100644 (file)
@@ -1,5 +1,4 @@
 #include <math.h>
-#include "libc.h"
 
 float remainderf(float x, float y)
 {