From 21a27e371fbb44e16eec6ef5e18768b476db2e27 Mon Sep 17 00:00:00 2001 From: CismonX Date: Wed, 9 Jul 2025 23:30:17 +0800 Subject: example/passthrough: tidy up passthrough_helpers.h Add header guards, include system headers as needed, and declare helper functions as inline. This ensures that the helper header could be properly included. Signed-off-by: CismonX --- example/passthrough.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'example/passthrough.c') diff --git a/example/passthrough.c b/example/passthrough.c index 7e5c9aa..f0e686d 100644 --- a/example/passthrough.c +++ b/example/passthrough.c @@ -40,10 +40,6 @@ #include #include #include -#ifdef __FreeBSD__ -#include -#include -#endif #include #ifdef HAVE_SETXATTR #include -- cgit v1.2.3