Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/complex shouldn't need ieee.h here.
details: https://anonhg.NetBSD.org/src/rev/d00e4b54baf5
branches: trunk
changeset: 757745:d00e4b54baf5
user: christos <christos%NetBSD.org@localhost>
date: Mon Sep 20 15:38:48 2010 +0000
description:
shouldn't need ieee.h here.
diffstat:
lib/libm/complex/conjl.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 643f06b3860e -r d00e4b54baf5 lib/libm/complex/conjl.c
--- a/lib/libm/complex/conjl.c Mon Sep 20 14:18:13 2010 +0000
+++ b/lib/libm/complex/conjl.c Mon Sep 20 15:38:48 2010 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index