fix(ast): update include paths to relative

This commit is contained in:
william.valenduc 2026-01-19 18:15:38 +00:00
parent e569439e78
commit e640e7bdbd
15 changed files with 27 additions and 27 deletions

View file

@ -1,6 +1,6 @@
#include <assert.h>
#include "utils/ast/ast.h"
#include "ast.h"
struct ast *ast_create_list(struct list *list)
{