diff options
Diffstat (limited to 'src/math/remainder.c')
-rw-r--r-- | src/math/remainder.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/remainder.c b/src/math/remainder.c index 6cd089c4..612155fe 100644 --- a/src/math/remainder.c +++ b/src/math/remainder.c @@ -1,5 +1,4 @@ #include <math.h> -#include "libc.h" double remainder(double x, double y) { |