diff --git a/src/Thread.h b/src/Thread.h index 30e0284b..0cf428be 100644 --- a/src/Thread.h +++ b/src/Thread.h @@ -46,10 +46,6 @@ #undef ETIMEDOUT #define ETIMEDOUT WSAETIMEDOUT #else - #ifdef __QNXNTO__ - #include - #include - #endif #include #define mutex_type pthread_mutex_t*