]> Pileus Git - aweather/blobdiff - src/aweather-location.h
libgis -> grits: Update everything
[aweather] / src / aweather-location.h
index 6c8f2959a9087e893fc93cfe1cbceb730231d931..44a4304d25812d6e6de5bb8947ad16968e80b7e4 100644 (file)
@@ -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;