Skip to content

Commit 5e718e6

Browse files
committed
refactor(tests): remove unused includes from test files
1 parent 69324ee commit 5e718e6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tests/unit/mem-alloc/mem_alloc_test.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
*/
55

6-
#include <stdarg.h>
7-
#include <stddef.h>
8-
#include <setjmp.h>
96
#include <stdint.h>
107
#include <string.h>
118
#include <cmocka.h>

tests/unit/mem-alloc/test_runner.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
*/
55

6-
#include <stdarg.h>
7-
#include <stddef.h>
8-
#include <setjmp.h>
96
#include <stdint.h>
107
#include <cmocka.h>
118

0 commit comments

Comments
 (0)