summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2019-11-16 21:01:38 -0800
committerVito Caputo <vcaputo@pengaru.com>2019-11-16 21:01:38 -0800
commit9d2838a1a8685a5bd47a9f5296176171632a2f6f (patch)
treedd70e5acef6ede40d757025ed58aec73ed11a569 /src
parentfecd6392340c4dbb15516bc58da8e7a170c036f2 (diff)
threads: remove vestigial include from threads.h
Diffstat (limited to 'src')
-rw-r--r--src/threads.h2
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;
© All Rights Reserved