Update core headers and sources to use relative includes

This commit is contained in:
Abdelrahman Said
2025-02-24 07:51:08 +00:00
parent 9e66bd60bd
commit 4c14588d92
30 changed files with 105 additions and 101 deletions

View File

@@ -1,9 +1,9 @@
#ifndef COMMANDER_H
#define COMMANDER_H
#include "aliases.h"
#include "commander_output.h"
#include "str8.h"
#include "../../../../common/aliases/aliases.h"
#include "../../../strings/str8/str8.h"
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>