diff --git a/tests/unit/mem-alloc/mem_alloc_test.c b/tests/unit/mem-alloc/mem_alloc_test.c index b6aa65491..228fa0778 100644 --- a/tests/unit/mem-alloc/mem_alloc_test.c +++ b/tests/unit/mem-alloc/mem_alloc_test.c @@ -3,9 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */ -#include -#include -#include #include #include #include diff --git a/tests/unit/mem-alloc/test_runner.c b/tests/unit/mem-alloc/test_runner.c index b9513e92d..03369e8b3 100644 --- a/tests/unit/mem-alloc/test_runner.c +++ b/tests/unit/mem-alloc/test_runner.c @@ -3,9 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */ -#include -#include -#include #include #include