diff --git a/SystemInformation.cxx b/SystemInformation.cxx
index 2b9d7b174136f4962d5da5498e4f47d5f152554a..742681636897355fa4105cbe54e96a395a2c50ce 100644
--- a/SystemInformation.cxx
+++ b/SystemInformation.cxx
@@ -94,7 +94,6 @@ typedef int siginfo_t;
 #endif
 
 #ifdef __APPLE__
-#include <fenv.h>
 #include <mach/host_info.h>
 #include <mach/mach.h>
 #include <mach/mach_types.h>
@@ -114,7 +113,6 @@ typedef int siginfo_t;
 #endif
 
 #if defined(__linux) || defined(__sun) || defined(_SCO_DS)
-#include <fenv.h>
 #include <netdb.h>
 #include <netinet/in.h>
 #include <sys/socket.h>