diff --git a/frame/base/bli_pthread_wrap.h b/frame/base/bli_pthread_wrap.h index ec8d3038a..ff5f5fe7f 100644 --- a/frame/base/bli_pthread_wrap.h +++ b/frame/base/bli_pthread_wrap.h @@ -35,10 +35,7 @@ #ifndef BLIS_PTHREAD_WRAP_H #define BLIS_PTHREAD_WRAP_H -#include "bli_config.h" -#include "bli_config_macro_defs.h" - -#if defined(_MSC_VER) && !defined(BLIS_ENABLE_PTHREADS) +#if defined(_MSC_VER) typedef SRWLOCK pthread_mutex_t; typedef void pthread_mutexattr_t;