From 8d4218dcd7ac30a510caec3da50374b517ede425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9?= Date: Sat, 10 May 2025 09:04:59 -0500 Subject: test: remove unused include of in runner.h (#4780) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Arboleda --- test/runner.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/runner.h b/test/runner.h index ff7d4eec..249d2919 100644 --- a/test/runner.h +++ b/test/runner.h @@ -22,7 +22,6 @@ #ifndef RUNNER_H_ #define RUNNER_H_ -#include /* PATH_MAX */ #include /* FILE */ @@ -57,7 +56,7 @@ typedef struct { task_entry_t TASKS[] = { #define TASK_LIST_END \ - { 0, 0, 0, 0, 0, 0 } \ + { 0, 0, 0, 0, 0, 0 } \ }; #define TEST_DECLARE(name) \ -- cgit v1.2.3