From 453a493d2b61b1eb3cadee544e6791dab45c167a Mon Sep 17 00:00:00 2001 From: "Gabriel F. T. Gomes" Date: Tue, 22 Aug 2017 11:14:15 -0300 Subject: 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. --- math/w_remainder_compat.c | 1 - math/w_remainderf_compat.c | 1 - math/w_remainderl_compat.c | 1 - 3 files changed, 3 deletions(-) (limited to 'math') diff --git a/math/w_remainder_compat.c b/math/w_remainder_compat.c index 27fa14f207..6bf5d1ff2e 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 627b4f1de1..3ffefde83d 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 985847598b..b01b0b1365 100644 --- a/math/w_remainderl_compat.c +++ b/math/w_remainderl_compat.c @@ -19,7 +19,6 @@ #include #include #include -#include /* wrapper remainderl */ -- cgit v1.2.3