Remove conditional fuse_darwin.h include

The header file is no longer available in macFUSE 4.
This commit is contained in:
Benjamin Fleischer 2025-03-08 23:16:27 +01:00
parent b1715a5a62
commit a9eb71cb1c
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@
#if !defined(__CYGWIN__)
# include <fuse_lowlevel.h>
#endif
#ifdef __APPLE__
# include <fuse_darwin.h>
#endif
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>