aboutsummaryrefslogtreecommitdiff
path: root/src/parse/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/text.c')
-rw-r--r--src/parse/text.c2
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"