From a4b8ef38b1d7a26b4e6bfa966f021a237bf16ce1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 23 Aug 2025 18:20:43 -0400 Subject: Lots of cleanups --- src/stdlib/paths.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stdlib/paths.h') diff --git a/src/stdlib/paths.h b/src/stdlib/paths.h index 3a9cdef7..6284e55b 100644 --- a/src/stdlib/paths.h +++ b/src/stdlib/paths.h @@ -5,9 +5,9 @@ #include #include -#include "types.h" #include "datatypes.h" -#include "optionals.h" +#include "integers.h" +#include "types.h" Path_t Path$from_str(const char *str); Path_t Path$from_text(Text_t text); -- cgit v1.2.3