diff options
Diffstat (limited to 'include/thread_pool.h')
-rw-r--r-- | include/thread_pool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/thread_pool.h b/include/thread_pool.h index 43090c3c6..19edebd7d 100644 --- a/include/thread_pool.h +++ b/include/thread_pool.h @@ -28,7 +28,6 @@ #define _THREAD_POOL_H_ extern __attribute__((visibility("default"))) #include <sys/types.h> -#include <thread.h> #include <pthread.h> #ifdef __cplusplus |