diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-01-02 16:24:07 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-01-02 16:24:07 -0500 |
| commit | be384c0caa92cb152c264125fb265373e6a50440 (patch) | |
| tree | b823fb0dd4cfec643670236688a2a7ca76787d7b /stdlib/enums.c | |
| parent | 2fcf1939bb295887592c1f24f7b8fbb10efcfcba (diff) | |
Replace threads with generic mutexed datastructures.
Diffstat (limited to 'stdlib/enums.c')
| -rw-r--r-- | stdlib/enums.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/enums.c b/stdlib/enums.c index b326e1ad..fb0b93a4 100644 --- a/stdlib/enums.c +++ b/stdlib/enums.c @@ -5,7 +5,6 @@ #include "arrays.h" #include "bools.h" -#include "channels.h" #include "functiontype.h" #include "integers.h" #include "metamethods.h" |
