]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/FuseStore.cc
import 15.2.4
[ceph.git] / ceph / src / os / FuseStore.cc
index 80b5f9aaa01b04af14086f1dc02f12a03fe30f83..54200f1d006f3009d770b5227fedd63b6c41f537 100644 (file)
@@ -2,15 +2,13 @@
 // vim: ts=8 sw=2 smarttab
 
 #include "include/compat.h"
+#include "include/ceph_fuse.h"
 #include "FuseStore.h"
 #include "os/ObjectStore.h"
 #include "include/stringify.h"
 #include "common/errno.h"
 
-#define FUSE_USE_VERSION 30
-#include <fuse.h>
 #include <fuse_lowlevel.h>
-#include "include/ceph_fuse.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>