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/structs.c | |
| parent | b033c491b8df6e6c4bc11f9941f2bba93bb9d10f (diff) | |
Fix some LSP issues, mostly unused imports
Diffstat (limited to 'src/stdlib/structs.c')
| -rw-r--r-- | src/stdlib/structs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/stdlib/structs.c b/src/stdlib/structs.c index d4a22d93..5d6b2319 100644 --- a/src/stdlib/structs.c +++ b/src/stdlib/structs.c @@ -3,14 +3,9 @@ #include <stdint.h> #include <string.h> -#include "lists.h" #include "bools.h" -#include "functiontype.h" #include "metamethods.h" -#include "optionals.h" -#include "pointers.h" #include "siphash.h" -#include "tables.h" #include "text.h" #include "util.h" |
