From ecf08ab61fe49101b6c769badf362d21d8699df4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 23 Aug 2025 17:32:37 -0400 Subject: Fix some LSP issues, mostly unused imports --- src/stdlib/tables.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stdlib/tables.c') diff --git a/src/stdlib/tables.c b/src/stdlib/tables.c index 9301914c..63f8eb09 100644 --- a/src/stdlib/tables.c +++ b/src/stdlib/tables.c @@ -22,7 +22,6 @@ #include "memory.h" #include "metamethods.h" #include "pointers.h" -#include "print.h" #include "siphash.h" #include "tables.h" #include "text.h" -- cgit v1.2.3