aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/paths.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-23 18:20:43 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-23 18:20:43 -0400
commita4b8ef38b1d7a26b4e6bfa966f021a237bf16ce1 (patch)
treea4137025b4096749341513f44c12d381ceb636bf /src/stdlib/paths.h
parentecf08ab61fe49101b6c769badf362d21d8699df4 (diff)
Lots of cleanups
Diffstat (limited to 'src/stdlib/paths.h')
-rw-r--r--src/stdlib/paths.h4
1 files changed, 2 insertions, 2 deletions
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 <stdbool.h>
#include <stdint.h>
-#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);