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/paths.c | |
| parent | b033c491b8df6e6c4bc11f9941f2bba93bb9d10f (diff) | |
Fix some LSP issues, mostly unused imports
Diffstat (limited to 'src/stdlib/paths.c')
| -rw-r--r-- | src/stdlib/paths.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/paths.c b/src/stdlib/paths.c index 58702ec7..a14b32c2 100644 --- a/src/stdlib/paths.c +++ b/src/stdlib/paths.c @@ -19,7 +19,6 @@ #include "lists.h" #include "enums.h" -#include "files.h" #include "integers.h" #include "optionals.h" #include "paths.h" @@ -30,7 +29,6 @@ #include "print.h" // Use inline version of the siphash code for performance: -#include "siphash.h" #include "siphash-internals.h" static const Path_t HOME_PATH = {.type.$tag=PATH_HOME}, |
