Update testing headers to user relative includes

This commit is contained in:
Abdelrahman Said
2025-02-24 07:24:26 +00:00
parent ce4957d0a0
commit 9e66bd60bd
3 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#include "tester.h"
#include "aliases.h"
#include "termcolour.h"
#include "str8.h"
#include "../../common/aliases/aliases.h"
#include "../../core/os/shell/termcolour/termcolour.h"
#include "../../core/strings/str8/str8.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>