From 5e718e6e3d6c19f5c3875be7f19eb78f560bd413 Mon Sep 17 00:00:00 2001 From: "liang.he@intel.com" Date: Thu, 16 Apr 2026 13:22:41 +0800 Subject: [PATCH] refactor(tests): remove unused includes from test files --- tests/unit/mem-alloc/mem_alloc_test.c | 3 --- tests/unit/mem-alloc/test_runner.c | 3 --- 2 files changed, 6 deletions(-) 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