From 0a2852c4cd8a8fb95b4a3ba84d768c774186adc1 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 12 Nov 2020 23:03:10 -0500 Subject: Include what I use Thanks to https://github.com/include-what-you-use/include-what-you-use --- fsade.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fsade.h') diff --git a/fsade.h b/fsade.h index 3136608..e964112 100644 --- a/fsade.h +++ b/fsade.h @@ -22,7 +22,6 @@ #ifndef BFS_FSADE_H #define BFS_FSADE_H -#include "bftw.h" #include "util.h" #include @@ -37,6 +36,8 @@ #define BFS_CAN_CHECK_XATTRS (BFS_HAS_SYS_EXTATTR || BFS_HAS_SYS_XATTR) +struct BFTW; + /** * Check if a file has a non-trivial Access Control List. * -- cgit v1.2.3