From 9d2838a1a8685a5bd47a9f5296176171632a2f6f Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 16 Nov 2019 21:01:38 -0800 Subject: threads: remove vestigial include from threads.h --- src/threads.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/threads.h') 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 - typedef struct fb_fragment_t fb_fragment_t; typedef struct rototiller_frame_t rototiller_frame_t; typedef struct thread_t thread_t; -- cgit v1.2.1