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/lists.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stdlib/lists.c') diff --git a/src/stdlib/lists.c b/src/stdlib/lists.c index 31e25f15..a1ffdf0c 100644 --- a/src/stdlib/lists.c +++ b/src/stdlib/lists.c @@ -15,7 +15,6 @@ #include "util.h" // Use inline version of siphash code: -#include "siphash.h" #include "siphash-internals.h" PUREFUNC static INLINE int64_t get_padded_item_size(const TypeInfo_t *info) -- cgit v1.2.3