summaryrefslogtreecommitdiff
path: root/lib/libm/complex
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2010-09-20 15:38:48 +0000
committerchristos <christos@NetBSD.org>2010-09-20 15:38:48 +0000
commit852d033d431878dd14fbf22741c3c1e0cdce7d67 (patch)
treea3e738c94e20f490cc54d685c6101fee6a47d856 /lib/libm/complex
parent35f0b243af67cbfe4b3e2cbaff852739a135be9c (diff)
shouldn't need ieee.h here.
Diffstat (limited to 'lib/libm/complex')
-rw-r--r--lib/libm/complex/conjl.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libm/complex/conjl.c b/lib/libm/complex/conjl.c
index 42a3e6127f6..5f006b3e575 100644
--- a/lib/libm/complex/conjl.c
+++ b/lib/libm/complex/conjl.c
@@ -1,4 +1,4 @@
-/* $NetBSD: conjl.c,v 1.2 2010/09/17 20:39:39 christos Exp $ */
+/* $NetBSD: conjl.c,v 1.3 2010/09/20 15:38:48 christos Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -26,11 +26,10 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: conjl.c,v 1.2 2010/09/17 20:39:39 christos Exp $");
+__RCSID("$NetBSD: conjl.c,v 1.3 2010/09/20 15:38:48 christos Exp $");
#include <complex.h>
#include <math.h>
-#include <machine/ieee.h>
#include "../src/math_private.h"