From be384c0caa92cb152c264125fb265373e6a50440 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 2 Jan 2025 16:24:07 -0500 Subject: Replace threads with generic mutexed datastructures. --- stdlib/structs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stdlib/structs.c') diff --git a/stdlib/structs.c b/stdlib/structs.c index 1ff5a918..b3b26bde 100644 --- a/stdlib/structs.c +++ b/stdlib/structs.c @@ -5,7 +5,6 @@ #include "arrays.h" #include "bools.h" -#include "channels.h" #include "functiontype.h" #include "metamethods.h" #include "optionals.h" -- cgit v1.2.3