GNOME Bugzilla – Bug 561351
Cleaning up GTK Includes in gvfs
Last modified: 2009-10-09 20:37:38 UTC
I'm working on implementing http://live.gnome.org/GnomeGoals/CleanupGTKIncludes If it's not a good idea, or not currently on the agenda, please let me know. Otherwise I'll be working on this for now.
Created attachment 122950 [details] [review] Patch for this bug
Patch looks good to me, but the mighty maintainers have to decide ;)
@@ -27,7 +27,7 @@ #include <string.h> #include <glib.h> #include <glib/gi18n.h> -#include <glib/gurifuncs.h> +#include <glib.h> #include <gio/gio.h> #include <gconf/gconf-client.h> Looks to me like this hunk (and a bunch of others) add duplicate includes of glib.h
Created attachment 123188 [details] [review] corrected patch
Looks good to me now.
The patch doesn't apply anymore and needs to be updated. (please also remove the double-include of glib.h which seems to have slipped into daemon/mount.c while at it.)
*** This bug has been marked as a duplicate of bug 563788 ***