diff options
| author | Vito Caputo <vcaputo@pengaru.com> | 2019-11-16 21:01:38 -0800 |
|---|---|---|
| committer | Vito Caputo <vcaputo@pengaru.com> | 2019-11-16 21:01:38 -0800 |
| commit | 9d2838a1a8685a5bd47a9f5296176171632a2f6f (patch) | |
| tree | dd70e5acef6ede40d757025ed58aec73ed11a569 | |
| parent | fecd6392340c4dbb15516bc58da8e7a170c036f2 (diff) | |
threads: remove vestigial include from threads.h
| -rw-r--r-- | src/threads.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/threads.h b/src/threads.h index 152661f..ea78c25 100644 --- a/src/threads.h +++ b/src/threads.h @@ -1,8 +1,6 @@ #ifndef _THREADS_H #define _THREADS_H -#include <pthread.h> - typedef struct fb_fragment_t fb_fragment_t; typedef struct rototiller_frame_t rototiller_frame_t; typedef struct thread_t thread_t; |
