From 8f383fa10e87d75e2b5629aad5518744b3425b27 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Mon, 14 Oct 2024 13:01:03 -0400 Subject: [PATCH] ftw.h: Remove unneeded #include . --- headers/posix/ftw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/posix/ftw.h b/headers/posix/ftw.h index be2a2799c3..cef88b0d24 100644 --- a/headers/posix/ftw.h +++ b/headers/posix/ftw.h @@ -6,7 +6,6 @@ #define _FTW_H_ -#include #include @@ -41,4 +40,5 @@ int nftw(const char *, int (*)(const char *, const struct stat *, int, } #endif + #endif /* _FTW_H_ */