Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libm Remove header files which became unnecessary ...



details:   https://anonhg.NetBSD.org/src/rev/82f3e15d6a22
branches:  trunk
changeset: 787375:82f3e15d6a22
user:      isaki <isaki%NetBSD.org@localhost>
date:      Fri Jun 14 05:39:28 2013 +0000

description:
Remove header files which became unnecessary in 1.7.

diffstat:

 tests/lib/libm/t_atan.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 6cc8a280aa31 -r 82f3e15d6a22 tests/lib/libm/t_atan.c
--- a/tests/lib/libm/t_atan.c   Fri Jun 14 04:43:38 2013 +0000
+++ b/tests/lib/libm/t_atan.c   Fri Jun 14 05:39:28 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_atan.c,v 1.8 2013/04/09 12:11:04 isaki Exp $ */
+/* $NetBSD: t_atan.c,v 1.9 2013/06/14 05:39:28 isaki Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -30,10 +30,7 @@
  */
 
 #include <atf-c.h>
-#include <atf-c/config.h>
 #include <math.h>
-#include <stdlib.h>
-#include <string.h>
 
 static const struct {
        double x;



Home | Main Index | Thread Index | Old Index