diff options
Diffstat (limited to 'src/thread.h')
-rw-r--r-- | src/thread.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/thread.h b/src/thread.h index 7ecda86..7d12468 100644 --- a/src/thread.h +++ b/src/thread.h @@ -8,8 +8,6 @@ #ifndef BFS_THREAD_H #define BFS_THREAD_H -#include "prelude.h" - #include <pthread.h> /** Thread entry point type. */ |