summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2015-06-16 15:57:18 +0200
committerRadek Podgorny <radek@podgorny.cz>2015-06-16 15:57:18 +0200
commit5169fbe145e06ef28d59a80310d3bdb69e80d4ba (patch)
tree1fd8e8f59e95bbad5057e7a99a37618342f512c8
parent0912bbbb68ef1a3b34faca2c5fe6de6a11013661 (diff)
downloadunionfs-fuse-git-5169fbe145e06ef28d59a80310d3bdb69e80d4ba.tar.gz
fuse_common.h asks not to be included directly so i'm hearing that
-rw-r--r--src/unionfs.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/unionfs.c b/src/unionfs.c
index 80cf48c..69b45e5 100644
--- a/src/unionfs.c
+++ b/src/unionfs.c
@@ -20,13 +20,6 @@
#endif
#include <fuse.h>
-
-#if __APPLE__
-#include <fuse_common.h>
-#else
-#include <fuse/fuse_common.h>
-#endif
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>