diff options
Diffstat (limited to 'lib/msun/src/e_fmodf.c')
-rw-r--r-- | lib/msun/src/e_fmodf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/msun/src/e_fmodf.c b/lib/msun/src/e_fmodf.c index 0e6633fbe739..a7d1a0c22acd 100644 --- a/lib/msun/src/e_fmodf.c +++ b/lib/msun/src/e_fmodf.c @@ -13,7 +13,6 @@ * ==================================================== */ -#include <sys/cdefs.h> /* * fmodf(x,y) * Return x mod y in exact arithmetic |