From: Gabriel F. T. Gomes Date: Tue, 22 Aug 2017 14:14:15 +0000 (-0300) Subject: Remove duplicate inclusion of header math-svid-compat.h X-Git-Tag: glibc-2.27~1089 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=453a493d2b61b1eb3cadee544e6791dab45c167a;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index d9cde526382..64a0df86d0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-08-22 Gabriel F. T. Gomes + + * 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 * sysdeps/powerpc/fpu/libm-test-ulps: Update. diff --git a/math/w_remainder_compat.c b/math/w_remainder_compat.c index 27fa14f2078..6bf5d1ff2e7 100644 --- a/math/w_remainder_compat.c +++ b/math/w_remainder_compat.c @@ -19,7 +19,6 @@ #include #include #include -#include /* wrapper remainder */ diff --git a/math/w_remainderf_compat.c b/math/w_remainderf_compat.c index 627b4f1de14..3ffefde83d5 100644 --- a/math/w_remainderf_compat.c +++ b/math/w_remainderf_compat.c @@ -19,7 +19,6 @@ #include #include #include -#include /* wrapper remainderf */ diff --git a/math/w_remainderl_compat.c b/math/w_remainderl_compat.c index 985847598be..b01b0b13653 100644 --- a/math/w_remainderl_compat.c +++ b/math/w_remainderl_compat.c @@ -19,7 +19,6 @@ #include #include #include -#include /* wrapper remainderl */