diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-24 12:36:42 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-24 12:36:42 -0500 |
| commit | 88ccdab43c0a3ee53177e21a28724e496406a376 (patch) | |
| tree | ccc6f369d73276b5f7ae5aa841b725fb81bffa9c /src/parse/text.c | |
| parent | a39fd17e8c3af7a958f25da9dfffe0e3d33b35b6 (diff) | |
Split utils into stdlib/utils and utils
Diffstat (limited to 'src/parse/text.c')
| -rw-r--r-- | src/parse/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/text.c b/src/parse/text.c index e23b8417..d4c1f825 100644 --- a/src/parse/text.c +++ b/src/parse/text.c @@ -10,7 +10,7 @@ #include "../ast.h" #include "../stdlib/text.h" -#include "../stdlib/util.h" +#include "../util.h" #include "context.h" #include "errors.h" #include "expressions.h" |
