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/functiontype.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stdlib/functiontype.c') diff --git a/src/stdlib/functiontype.c b/src/stdlib/functiontype.c index b0fff1a7..6d692c6d 100644 --- a/src/stdlib/functiontype.c +++ b/src/stdlib/functiontype.c @@ -4,9 +4,7 @@ #include "datatypes.h" #include "functiontype.h" -#include "optionals.h" #include "structs.h" -#include "tables.h" #include "text.h" #include "types.h" #include "util.h" -- cgit v1.2.3