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/types.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/stdlib/types.c') diff --git a/src/stdlib/types.c b/src/stdlib/types.c index 0f51d6ea..0f17cb21 100644 --- a/src/stdlib/types.c +++ b/src/stdlib/types.c @@ -1,14 +1,9 @@ // Type information and methods for TypeInfos (i.e. runtime representations of types) #include #include -#include -#include #include #include "util.h" -#include "lists.h" -#include "pointers.h" -#include "tables.h" #include "text.h" #include "types.h" -- cgit v1.2.3