Module Name: src
Committed By: christos
Date: Mon Sep 20 15:38:48 UTC 2010
Modified Files:
src/lib/libm/complex: conjl.c
Log Message:
shouldn't need ieee.h here.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libm/complex/conjl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libm/complex/conjl.c
diff -u src/lib/libm/complex/conjl.c:1.2 src/lib/libm/complex/conjl.c:1.3
--- src/lib/libm/complex/conjl.c:1.2 Fri Sep 17 16:39:39 2010
+++ src/lib/libm/complex/conjl.c Mon Sep 20 11:38:48 2010
@@ -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"