aboutsummaryrefslogtreecommitdiff
path: root/builtins/thread.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-13 14:23:24 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-13 14:23:24 -0400
commit34c562e88e4c7b779bc3374019c0124f68d9125f (patch)
treedee6fa04a0c27a3f5e66992a86b18266e674f474 /builtins/thread.h
parent06e432aa8df1defc670cfb557de180cbd7a469f3 (diff)
Move cord helper functions into their own file
Diffstat (limited to 'builtins/thread.h')
-rw-r--r--builtins/thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtins/thread.h b/builtins/thread.h
index 2e3298cb..52091677 100644
--- a/builtins/thread.h
+++ b/builtins/thread.h
@@ -4,7 +4,6 @@
#include <pthread.h>
#include <stdbool.h>
-#include <gc/cord.h>
#include "datatypes.h"
#include "types.h"