[PATCH v2 13/14] selftest: fix headers in fclog.c

From: Jori Koolstra

Date: Mon Jun 29 2026 - 11:44:25 EST


Signed-off-by: Jori Koolstra <jkoolstra@xxxxxxxxx>
---
tools/testing/selftests/filesystems/fclog.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tools/testing/selftests/filesystems/fclog.c b/tools/testing/selftests/filesystems/fclog.c
index 551c4a0f395a..593a5136e991 100644
--- a/tools/testing/selftests/filesystems/fclog.c
+++ b/tools/testing/selftests/filesystems/fclog.c
@@ -6,10 +6,8 @@

#include <assert.h>
#include <errno.h>
+#include <fcntl.h>
#include <sched.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
#include <unistd.h>
#include <sys/mount.h>

--
2.54.0