dll: fuse: remove dll/fuse/shared.h

This commit is contained in:
Bill Zissimopoulos
2018-07-16 14:21:57 -07:00
parent 27d03d4323
commit 3dc09b2496
7 changed files with 37 additions and 63 deletions

View File

@ -18,15 +18,13 @@
#ifndef WINFSP_DLL_FUSE3_LIBRARY_H_INCLUDED
#define WINFSP_DLL_FUSE3_LIBRARY_H_INCLUDED
#include <dll/library.h>
#include <fuse/fuse.h>
#include <dll/fuse/library.h>
#undef FUSE_H_
#undef FUSE_COMMON_H_
#undef FUSE_MAJOR_VERSION
#undef FUSE_MINOR_VERSION
#undef fuse_main
#include <fuse3/fuse.h>
#include <dll/fuse/shared.h>
struct fuse3
{