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/utils.c | |
| parent | a39fd17e8c3af7a958f25da9dfffe0e3d33b35b6 (diff) | |
Split utils into stdlib/utils and utils
Diffstat (limited to 'src/parse/utils.c')
| -rw-r--r-- | src/parse/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/utils.c b/src/parse/utils.c index f1b518ca..26a33e70 100644 --- a/src/parse/utils.c +++ b/src/parse/utils.c @@ -7,7 +7,7 @@ #include <uniname.h> #include "../stdlib/tables.h" -#include "../stdlib/util.h" +#include "../util.h" #include "errors.h" #include "utils.h" |
