summaryrefslogtreecommitdiff
path: root/lib/libc/gen/ldexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/ldexp.c')
-rw-r--r--lib/libc/gen/ldexp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/ldexp.c b/lib/libc/gen/ldexp.c
index 3192977332c..8fd78555a52 100644
--- a/lib/libc/gen/ldexp.c
+++ b/lib/libc/gen/ldexp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldexp.c,v 1.5 2011/07/26 11:43:01 martynas Exp $ */
+/* $OpenBSD: ldexp.c,v 1.6 2012/12/05 23:20:00 deraadt Exp $ */
/* @(#)s_scalbn.c 5.1 93/09/24 */
/* @(#)fdlibm.h 5.1 93/09/24 */
/*
@@ -15,7 +15,6 @@
/* LINTLIBRARY */
#include <sys/types.h>
-#include <sys/cdefs.h>
#include <machine/endian.h>
#include <float.h>
#include <math.h>