1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

removed include of fuse high level API (not needed anymore)

This commit is contained in:
Falk Werner 2019-02-03 19:14:42 +01:00
parent c9ec71ccd5
commit 5d9c972ee7

View File

@ -6,7 +6,6 @@ extern "C" {
#endif
#define FUSE_USE_VERSION 31
#include <fuse.h>
#include <fuse_lowlevel.h>
#ifdef __cplusplus