aboutsummaryrefslogtreecommitdiff
path: root/src/parse/functions.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-25 01:29:58 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-25 01:29:58 -0400
commitbfb829b1fe85911a84454d6da1948910f42b2c5c (patch)
treebc9d63175ff50bd230ae872a9aaad83cdebfd10b /src/parse/functions.c
parent6004f8eabb1a41e735a0e28d9b9b93c516526fb7 (diff)
Rename parse -> expressions
Diffstat (limited to 'src/parse/functions.c')
-rw-r--r--src/parse/functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/functions.c b/src/parse/functions.c
index 39444762..0779bb7b 100644
--- a/src/parse/functions.c
+++ b/src/parse/functions.c
@@ -14,7 +14,7 @@
#include "controlflow.h"
#include "errors.h"
#include "functions.h"
-#include "parse.h"
+#include "expressions.h"
#include "types.h"
#include "utils.h"