From 688578c1a6da5bc9b45353ffb76bcc5b36c78a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Sat, 7 Mar 2020 11:50:26 +0100 Subject: [PATCH] Removed from lowntfs-3g.c The headers from now conflicts with and are not needed any more, so remove them. --- src/lowntfs-3g.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lowntfs-3g.c b/src/lowntfs-3g.c index 7fa0b195..78d6e29c 100644 --- a/src/lowntfs-3g.c +++ b/src/lowntfs-3g.c @@ -86,10 +86,6 @@ #include #endif /* defined(__APPLE__) || defined(__DARWIN__), ... */ -#ifdef HAVE_LINUX_FS_H -#include -#endif - #ifndef FUSE_CAP_POSIX_ACL /* until defined in */ #define FUSE_CAP_POSIX_ACL (1 << 18) #endif /* FUSE_CAP_POSIX_ACL */