Module Name:    src
Committed By:   isaki
Date:           Fri Jun 14 05:39:28 UTC 2013

Modified Files:
        src/tests/lib/libm: t_atan.c

Log Message:
Remove header files which became unnecessary in 1.7.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libm/t_atan.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libm/t_atan.c
diff -u src/tests/lib/libm/t_atan.c:1.8 src/tests/lib/libm/t_atan.c:1.9
--- src/tests/lib/libm/t_atan.c:1.8	Tue Apr  9 12:11:04 2013
+++ src/tests/lib/libm/t_atan.c	Fri Jun 14 05:39:28 2013
@@ -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;

Reply via email to