aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/paths.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-12-24 19:04:37 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-12-24 19:06:23 -0500
commitcb336b312e7012dc05fe7d8ac1c0e924dbc6c840 (patch)
treed2b8242e46452d12bfb1f7812f6965e64ddf9dfa /src/stdlib/paths.c
parent649977aae7e5922f992cd69eb84da0a2db368580 (diff)
Shuffle dependencies around so header files aren't needed after tomo has
been compiled
Diffstat (limited to 'src/stdlib/paths.c')
-rw-r--r--src/stdlib/paths.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/paths.c b/src/stdlib/paths.c
index 0198fda8..678e143a 100644
--- a/src/stdlib/paths.c
+++ b/src/stdlib/paths.c
@@ -17,6 +17,7 @@
#include <sys/types.h>
#include <unistd.h>
+#include "../print.h"
#include "../unistr-fixed.h"
#include "../util.h"
#include "enums.h"
@@ -24,7 +25,6 @@
#include "lists.h"
#include "optionals.h"
#include "paths.h"
-#include "print.h"
#include "structs.h"
#include "text.h"
#include "types.h"