X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fgis%2Fgis-world.c;fp=src%2Fgis-world.c;h=9d7ecb27b53e576b3a6b75d27d1713cc404b1739;hp=2987911facea6c6e09b19b2ebd438c11c59714d4;hb=ca898105ec4018b54ac2f6f1327200624169103e;hpb=f705ad00b5d94f8ddc59575737b79feed191b404 diff --git a/src/gis-world.c b/src/gis/gis-world.c similarity index 99% rename from src/gis-world.c rename to src/gis/gis-world.c index 2987911..9d7ecb2 100644 --- a/src/gis-world.c +++ b/src/gis/gis-world.c @@ -17,7 +17,7 @@ #include -#include "marshal.h" +#include "gis-marshal.h" #include "gis-world.h" /**************** @@ -125,3 +125,5 @@ gboolean gis_world_get_offline(GisWorld *world) g_debug("GisWorld: get_offline - %d", world->offline); return world->offline; } + +