diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-23 17:32:37 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-23 17:32:37 -0400 |
| commit | ecf08ab61fe49101b6c769badf362d21d8699df4 (patch) | |
| tree | 051fd862221c43cdc521ce1e5123238de3272735 /src/stdlib/lists.c | |
| parent | b033c491b8df6e6c4bc11f9941f2bba93bb9d10f (diff) | |
Fix some LSP issues, mostly unused imports
Diffstat (limited to 'src/stdlib/lists.c')
| -rw-r--r-- | src/stdlib/lists.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
