Skip to content

Commit

Permalink
remove unneeded include
Browse files Browse the repository at this point in the history
  • Loading branch information
dnewman-gpsw authored Feb 11, 2019
1 parent e463be4 commit bef0e5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions threadlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bef0e5c

Please sign in to comment.