aboutsummaryrefslogtreecommitdiff
path: root/src/parse/functions.c
diff options
context:
space:
mode:
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"