From e488f7387389ce290085742f8f908d35e3f976de Mon Sep 17 00:00:00 2001 From: KWSys Upstream Date: Thu, 12 Apr 2018 13:04:50 -0400 Subject: 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 --- SystemInformation.cxx | 2 -- 1 file changed, 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 #include #include #include @@ -114,7 +113,6 @@ typedef int siginfo_t; #endif #if defined(__linux) || defined(__sun) || defined(_SCO_DS) -#include #include #include #include -- cgit v0.12