diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-08-27 15:50:42 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-08-28 17:33:20 -0400 |
commit | a37a564b66b363cc509cc5cdd16fd65b7950b0be (patch) | |
tree | 17960f7a657cd45d7421ad92c38501730f4c56bc /tests | |
parent | 8ca167ee93d4a79f1f24bd959de8b85183577064 (diff) | |
download | bfs-a37a564b66b363cc509cc5cdd16fd65b7950b0be.tar.xz |
prelude: Define thread_local
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/main.c b/tests/main.c index 7386469..e4d9e61 100644 --- a/tests/main.c +++ b/tests/main.c @@ -9,7 +9,6 @@ #include "tests.h" #include "bfstd.h" #include "color.h" -#include "thread.h" #include <locale.h> #include <stdio.h> #include <stdlib.h> |