diff options
Diffstat (limited to 'src/thread.c')
-rw-r--r-- | src/thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/thread.c b/src/thread.c index c555d1f..d61ff8c 100644 --- a/src/thread.c +++ b/src/thread.c @@ -1,7 +1,6 @@ // Copyright © Tavian Barnes <tavianator@tavianator.com> // SPDX-License-Identifier: 0BSD -#include "prelude.h" #include "thread.h" #include "bfstd.h" |