refactor(tests): remove unused includes from test files

This commit is contained in:
liang.he@intel.com 2026-04-16 13:22:41 +08:00
parent 69324ee9f5
commit 5e718e6e3d
2 changed files with 0 additions and 6 deletions

View File

@ -3,9 +3,6 @@
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/ */
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <cmocka.h> #include <cmocka.h>

View File

@ -3,9 +3,6 @@
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/ */
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <stdint.h> #include <stdint.h>
#include <cmocka.h> #include <cmocka.h>