diff options
Diffstat (limited to 'lib/libc/gen/frexp.c')
-rw-r--r-- | lib/libc/gen/frexp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/frexp.c b/lib/libc/gen/frexp.c index 97cc624035a..9fce77b6362 100644 --- a/lib/libc/gen/frexp.c +++ b/lib/libc/gen/frexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: frexp.c,v 1.7 2011/07/08 22:28:33 martynas Exp $ */ +/* $OpenBSD: frexp.c,v 1.8 2012/12/05 23:19:59 deraadt Exp $ */ /*- * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> @@ -31,7 +31,6 @@ /* LINTLIBRARY */ #include <sys/types.h> -#include <sys/cdefs.h> #include <machine/ieee.h> #include <float.h> #include <math.h> |