about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorWilco <wdijkstr@arm.com>2014-06-24 15:00:01 +0000
committerWilco <wdijkstr@arm.com>2014-06-24 15:00:01 +0000
commit947bdca24d1ada7e83cf266213dba02c99d035a5 (patch)
treea220c0d8b87bdeadf7af08c0c1d0acd58435328d /sysdeps
parent00f669edb8c447cbe4e73d8067abd3146c5c312b (diff)
downloadglibc-947bdca24d1ada7e83cf266213dba02c99d035a5.tar.gz
glibc-947bdca24d1ada7e83cf266213dba02c99d035a5.tar.xz
glibc-947bdca24d1ada7e83cf266213dba02c99d035a5.zip
Remove an unused include.
2014-06-24  Wilco  <wdijkstr@arm.com>

	* sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/arm/fsetexcptflg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/arm/fsetexcptflg.c b/sysdeps/arm/fsetexcptflg.c
index 28810d3ec8..38dc96e28e 100644
--- a/sysdeps/arm/fsetexcptflg.c
+++ b/sysdeps/arm/fsetexcptflg.c
@@ -17,7 +17,6 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <fenv.h>
-#include <math.h>
 #include <fpu_control.h>
 #include <arm-features.h>