Remove duplicate inclusion of header math-svid-compat.h

The header math-svid-compat.h has been unintentionally included twice in
the wrappers for the remainder functions.  This patch removes the
duplicate inclusions.

	* math/w_remainder_compat.c: Remove duplicate inclusion of
	math-svid-compat.h.
	* math/w_remainderf_compat.c: Likewise.
	* math/w_remainderl_compat.c: Likewise.
This commit is contained in:
Gabriel F. T. Gomes 2017-08-22 11:14:15 -03:00
parent f2f048a533
commit 453a493d2b
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
* math/w_remainder_compat.c: Remove duplicate inclusion of
math-svid-compat.h.
* math/w_remainderf_compat.c: Likewise.
* math/w_remainderl_compat.c: Likewise.
2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
* sysdeps/powerpc/fpu/libm-test-ulps: Update.

View File

@ -19,7 +19,6 @@
#include <math.h>
#include <math_private.h>
#include <math-svid-compat.h>
#include <math-svid-compat.h>
/* wrapper remainder */

View File

@ -19,7 +19,6 @@
#include <math.h>
#include <math_private.h>
#include <math-svid-compat.h>
#include <math-svid-compat.h>
/* wrapper remainderf */

View File

@ -19,7 +19,6 @@
#include <math.h>
#include <math_private.h>
#include <math-svid-compat.h>
#include <math-svid-compat.h>
/* wrapper remainderl */