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,8 +1,8 @@
#ifndef WAPP_TESTING_H
#define WAPP_TESTING_H
#include "tester.h"
#include "wapp_common.h"
#include "wapp_core.h"
#include "tester/tester.h"
#include "../common/wapp_common.h"
#include "../core/wapp_core.h"
#endif // !WAPP_TESTING_H