diff options
author | Sebastian Dröge <sdroege@src.gnome.org> | 2007-10-02 07:39:56 +0000 |
---|---|---|
committer | Sebastian Dröge <sdroege@src.gnome.org> | 2007-10-02 07:39:56 +0000 |
commit | 3c3c180f02e8c9485cf35cc9d5275e32da62135b (patch) | |
tree | c1dbc99a7169cb72614b388d99447d78a522454e /daemon/gvfswritechannel.c | |
parent | 4c06d9c09d44fd029a17d0b48a6dffe55bf84b3a (diff) | |
download | gvfs-3c3c180f02e8c9485cf35cc9d5275e32da62135b.tar.gz |
Update to API changes in gio.
* client/gdaemonfile.c: (g_daemon_file_append_to),
(g_daemon_file_create), (g_daemon_file_replace):
* test/benchmark-gvfs-big-files.c: (create_file):
* test/benchmark-gvfs-small-files.c: (create_file): Update to API
changes in gio.
* daemon/gvfschannel.c:
* daemon/gvfsreadchannel.c:
* daemon/gvfswritechannel.c:
* daemon/main.c:
Drop unecessary includes.
svn path=/trunk/; revision=966
Diffstat (limited to 'daemon/gvfswritechannel.c')
-rw-r--r-- | daemon/gvfswritechannel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/gvfswritechannel.c b/daemon/gvfswritechannel.c index 48b9c551..e985d054 100644 --- a/daemon/gvfswritechannel.c +++ b/daemon/gvfswritechannel.c @@ -11,7 +11,6 @@ #include <glib.h> #include <glib-object.h> #include <glib/gi18n.h> -#include <dbus-gmain.h> #include <gvfswritechannel.h> #include <gvfsdaemonprotocol.h> #include <gvfsdaemonutils.h> |