fix: made all includes relatives for the wellbeing of all LSPs seeing this project

This commit is contained in:
Gu://em_ 2026-01-20 22:16:46 +01:00
parent 71e58e38b8
commit b5b40f303c
5 changed files with 9 additions and 9 deletions

View file

@ -1,8 +1,8 @@
#ifndef PARSER_H
#define PARSER_H
#include "lexer/lexer.h"
#include "utils/ast/ast.h"
#include "../lexer/lexer.h"
#include "../utils/ast/ast.h"
/* @brief Builds the AST representation of the next command to execute.
*