summaryrefslogtreecommitdiff
path: root/client/gvfsfusedaemon.c
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-01-18 17:06:30 +0100
committerTomas Bzatek <tbzatek@redhat.com>2012-01-18 17:18:04 +0100
commita99b98567b888ea07123c9ecfcaec87826533232 (patch)
tree49103a32d66b8504f9ee306cb996a02f02a7d626 /client/gvfsfusedaemon.c
parentb2957d45cc41b2d9cec021ac4296c90e5fe61e17 (diff)
downloadgvfs-a99b98567b888ea07123c9ecfcaec87826533232.tar.gz
fuse: Remove the unused sys/vfs.h include
https://bugzilla.gnome.org/show_bug.cgi?id=583927
Diffstat (limited to 'client/gvfsfusedaemon.c')
-rw-r--r--client/gvfsfusedaemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/gvfsfusedaemon.c b/client/gvfsfusedaemon.c
index d8a13e5e..8cf1c01e 100644
--- a/client/gvfsfusedaemon.c
+++ b/client/gvfsfusedaemon.c
@@ -26,7 +26,6 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <sys/vfs.h>
#include <sys/time.h>
#include <unistd.h>
#include <stdlib.h>