aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am2
-rw-r--r--include/old/fuse.h9
2 files changed, 1 insertions, 10 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 5574515..df02a59 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -9,6 +9,6 @@ fuseinclude_HEADERS = \
fuse_opt.h \
cuse_lowlevel.h
-include_HEADERS = old/fuse.h ulockmgr.h
+include_HEADERS = ulockmgr.h
noinst_HEADERS = fuse_kernel.h
diff --git a/include/old/fuse.h b/include/old/fuse.h
deleted file mode 100644
index 3db0945..0000000
--- a/include/old/fuse.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- This header is for compatibility with older software using FUSE.
-
- Please use 'pkg-config --cflags fuse' to set include path. The
- correct usage is still '#include <fuse.h>', not '#include
- <fuse/fuse.h>'.
-*/
-
-#include "fuse/fuse.h"