refactor(test): remove relative include

This commit is contained in:
2025-09-12 03:54:30 +02:00
parent 55ca92414f
commit ff90146aee
9 changed files with 40 additions and 25 deletions

View File

@@ -1,8 +1,7 @@
#include <assert.h>
#include <myclib/mystack.h>
#include <stdlib.h>
#include "../../stack/mystack.h"
void test_stack1(void) {
stack_s *stack = stack_new(32, sizeof(int));
int num = 10;