aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/memory.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/memory.c
parent649977aae7e5922f992cd69eb84da0a2db368580 (diff)
Shuffle dependencies around so header files aren't needed after tomo has
been compiled
Diffstat (limited to 'src/stdlib/memory.c')
-rw-r--r--src/stdlib/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/memory.c b/src/stdlib/memory.c
index 53a180fb..fa92da3e 100644
--- a/src/stdlib/memory.c
+++ b/src/stdlib/memory.c
@@ -6,9 +6,9 @@
#include <stdint.h>
#include <sys/param.h>
+#include "../print.h"
#include "memory.h"
#include "metamethods.h"
-#include "print.h"
#include "text.h"
#include "types.h"
#include "util.h"