diff options
Diffstat (limited to 'src/math/remainderf.c')
-rw-r--r-- | src/math/remainderf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/remainderf.c b/src/math/remainderf.c index 420d3bfc..bf1d7b28 100644 --- a/src/math/remainderf.c +++ b/src/math/remainderf.c @@ -1,5 +1,4 @@ #include <math.h> -#include "libc.h" float remainderf(float x, float y) { |