summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-04-12 17:05:38 (GMT)
committerBrad King <brad.king@kitware.com>2018-04-12 17:05:38 (GMT)
commit5ebbf2807b9ba4c42063c8243a04f7d8bfc094b6 (patch)
tree9180613c76fbd9b537c365c66d265925d0700f03 /Source/kwsys
parent4984d8433edb05eac446542b561a31edf7a25783 (diff)
parente488f7387389ce290085742f8f908d35e3f976de (diff)
downloadCMake-5ebbf2807b9ba4c42063c8243a04f7d8bfc094b6.zip
CMake-5ebbf2807b9ba4c42063c8243a04f7d8bfc094b6.tar.gz
CMake-5ebbf2807b9ba4c42063c8243a04f7d8bfc094b6.tar.bz2
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys: KWSys 2018-04-12 (9da3e5bc)
Diffstat (limited to 'Source/kwsys')
-rw-r--r--Source/kwsys/SystemInformation.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/kwsys/SystemInformation.cxx b/Source/kwsys/SystemInformation.cxx
index 2b9d7b1..7426816 100644
--- a/Source/kwsys/SystemInformation.cxx
+++ b/Source/kwsys/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>