From patchwork Tue Jun 10 16:58:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wilco Dijkstra X-Patchwork-Id: 1419 Received: (qmail 6318 invoked by alias); 10 Jun 2014 16:59:06 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 6247 invoked by uid 89); 10 Jun 2014 16:59:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com From: "Wilco" To: "GNU C Library" Subject: [PATCH 2/5] ARM: Cleanup fenv implementation Date: Tue, 10 Jun 2014 17:58:55 +0100 Message-ID: <003201cf84cd$441bfa00$cc53ee00$@com> MIME-Version: 1.0 X-MC-Unique: 114061017590200101 Hi, This is a series of patches which improves the ARM fenv implementation. Remove an unused include. ChangeLog: 2014-06-10 Wilco * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include. --- sysdeps/arm/fsetexcptflg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sysdeps/arm/fsetexcptflg.c b/sysdeps/arm/fsetexcptflg.c index 28810d3..38dc96e 100644 --- a/sysdeps/arm/fsetexcptflg.c +++ b/sysdeps/arm/fsetexcptflg.c @@ -17,7 +17,6 @@ . */ #include -#include #include #include