X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Faweather-location.h;h=44a4304d25812d6e6de5bb8947ad16968e80b7e4;hb=a9b6cd4bb2b4b9a424fa63843a3fbcef05429c88;hp=6c8f2959a9087e893fc93cfe1cbceb730231d931;hpb=3da12e4f55084f4faccbc49d71cbd3c1e926707f;p=aweather diff --git a/src/aweather-location.h b/src/aweather-location.h index 6c8f295..44a4304 100644 --- a/src/aweather-location.h +++ b/src/aweather-location.h @@ -18,7 +18,7 @@ #ifndef __LOCATION_H__ #define __LOCATION_H__ -#include "gis-util.h" +#include "grits-util.h" enum { LOCATION_END, @@ -30,7 +30,7 @@ typedef struct { gint type; gchar *code; gchar *name; - GisPoint pos; + GritsPoint pos; gdouble lod; } city_t;