0024444: Compilation issues on some not fully POSIX compliant Unix systems
[occt.git] / src / OSD / OSD_signal.cxx
index b759b7f..31d362b 100644 (file)
@@ -53,7 +53,6 @@ static pthread_t getOCCThread () {
 
 #ifdef linux
 #include <fenv.h>
-#include <fpu_control.h>
 static Standard_Boolean fFltExceptions = Standard_False;
 #endif