Quellcode durchsuchen

Merge branch 'upstream-KWSys' into update-kwsys

* upstream-KWSys:
  KWSys 2018-04-12 (9da3e5bc)
Brad King vor 7 Jahren
Ursprung
Commit
5ebbf2807b
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      Source/kwsys/SystemInformation.cxx

+ 0 - 2
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>