diff options
author | KWSys Upstream <kwrobot@kitware.com> | 2018-04-12 17:04:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-04-12 17:05:37 (GMT) |
commit | e488f7387389ce290085742f8f908d35e3f976de (patch) | |
tree | 4cf8d07182d1e683632a42e05e63f470c911c8cb | |
parent | b66f18c84f89360768bf81c15ce0023840600e26 (diff) | |
download | CMake-e488f7387389ce290085742f8f908d35e3f976de.zip CMake-e488f7387389ce290085742f8f908d35e3f976de.tar.gz CMake-e488f7387389ce290085742f8f908d35e3f976de.tar.bz2 |
KWSys 2018-04-12 (9da3e5bc)
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 9da3e5bc847fa4187f42f60700e343a9ed09a161 (master).
Upstream Shortlog
-----------------
Brad King (1):
c7ef6c1b SystemInformation: Do not include unnecessary fenv.h
-rw-r--r-- | SystemInformation.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SystemInformation.cxx b/SystemInformation.cxx index 2b9d7b1..7426816 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> |