aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/integers.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-23 17:32:37 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-23 17:32:37 -0400
commitecf08ab61fe49101b6c769badf362d21d8699df4 (patch)
tree051fd862221c43cdc521ce1e5123238de3272735 /src/stdlib/integers.c
parentb033c491b8df6e6c4bc11f9941f2bba93bb9d10f (diff)
Fix some LSP issues, mostly unused imports
Diffstat (limited to 'src/stdlib/integers.c')
-rw-r--r--src/stdlib/integers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdlib/integers.c b/src/stdlib/integers.c
index 64d1d847..e24d984d 100644
--- a/src/stdlib/integers.c
+++ b/src/stdlib/integers.c
@@ -11,7 +11,6 @@
#include "datatypes.h"
#include "integers.h"
-#include "lists.h"
#include "optionals.h"
#include "print.h"
#include "siphash.h"