summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-10-13 18:58:57 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-10-13 18:58:57 -0400
commit42d800f377dfa4e7338c516d286aef0b76bb1f72 (patch)
tree06249fbf710c98935608ebb7d4d0f78be22eadfc /client
parent36f5ca6c59024363169f82642596e791b3733cd6 (diff)
downloadgvfs-42d800f377dfa4e7338c516d286aef0b76bb1f72.tar.gz
Drop an unneeded include
GLib recently became less forgiving about single includes like this.
Diffstat (limited to 'client')
-rw-r--r--client/gvfsfusedaemon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/gvfsfusedaemon.c b/client/gvfsfusedaemon.c
index b41e83bd..a4ba32c7 100644
--- a/client/gvfsfusedaemon.c
+++ b/client/gvfsfusedaemon.c
@@ -41,8 +41,6 @@
#include <glib/gprintf.h>
#include <gio/gio.h>
-#include <glib/gurifuncs.h>
-
/* stuff from common/ */
#include <gdaemonmount.h>
#include <gvfsdaemonprotocol.h>