reduce spurious inclusion of libc.h
[musl] / src / math / remainder.c
index 6cd089c..612155f 100644 (file)
@@ -1,5 +1,4 @@
 #include <math.h>
-#include "libc.h"
 
 double remainder(double x, double y)
 {