aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/tests
diff options
context:
space:
mode:
authorSteve Kargl <kargl@FreeBSD.org>2024-01-28 09:14:50 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2024-01-28 15:00:23 +0000
commit0dd5a5603e7a33d976f8e6015620bbc79839c609 (patch)
tree92f04de818250f94b5538d6d7143bedc8d991814 /lib/msun/tests
parent4d1161f094dd90428847f7e5989767e9957055f4 (diff)
Diffstat (limited to 'lib/msun/tests')
-rw-r--r--lib/msun/tests/rem_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/msun/tests/rem_test.c b/lib/msun/tests/rem_test.c
index 9e5b8c302948..c96dc5ecd074 100644
--- a/lib/msun/tests/rem_test.c
+++ b/lib/msun/tests/rem_test.c
@@ -30,7 +30,6 @@
* Missing tests: fmod, fmodf.
*/
-#include <sys/cdefs.h>
#include <float.h>
#include <math.h>
#include <stdio.h>