diff --git a/threadlock.h b/threadlock.h index a5acc83..915b424 100644 --- a/threadlock.h +++ b/threadlock.h @@ -144,10 +144,6 @@ THREAD_API(GetTick)(uint32_t *tick) #include "pthread.h" -#if __APPLE__ -#include "macdefs.h" -#endif - // Macro for declaring routines in the threads API #define THREAD_API(proc) \ static inline THREAD_ERROR proc