Use the wapp.h header in tests

This commit is contained in:
Abdelrahman Said
2025-02-24 08:52:46 +00:00
parent 9403193f09
commit 82c23eed5e
15 changed files with 15 additions and 32 deletions

View File

@@ -1,7 +1,5 @@
#include "test_shell_commander.h"
#include "commander.h"
#include "str8.h"
#include "tester.h"
#include "wapp.h"
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>

View File

@@ -1,7 +1,7 @@
#ifndef TEST_SHELL_COMMANDER_H
#define TEST_SHELL_COMMANDER_H
#include "tester.h"
#include "wapp.h"
#ifdef __cplusplus
BEGIN_C_LINKAGE