diff options
author | Tomas Bzatek <tbzatek@redhat.com> | 2012-01-18 17:06:30 +0100 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2012-01-18 17:18:04 +0100 |
commit | a99b98567b888ea07123c9ecfcaec87826533232 (patch) | |
tree | 49103a32d66b8504f9ee306cb996a02f02a7d626 /client | |
parent | b2957d45cc41b2d9cec021ac4296c90e5fe61e17 (diff) | |
download | gvfs-a99b98567b888ea07123c9ecfcaec87826533232.tar.gz |
fuse: Remove the unused sys/vfs.h include
https://bugzilla.gnome.org/show_bug.cgi?id=583927
Diffstat (limited to 'client')
-rw-r--r-- | client/gvfsfusedaemon.c | 1 |
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> |