X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgis-viewer.h;h=5e84e439157fb991656f76a0a03d4d98d74a5eca;hb=1f59c39cbad9112d2c3fc06967f6e99a3d9c5a00;hp=89b95835121fe5a6cce61eb39e0b1645c5f4777e;hpb=bb75b9251ef804a398650febda7d155589500921;p=grits diff --git a/src/gis-viewer.h b/src/gis-viewer.h index 89b9583..5e84e43 100644 --- a/src/gis-viewer.h +++ b/src/gis-viewer.h @@ -40,10 +40,10 @@ typedef struct _GisViewerClass GisViewerClass; typedef gdouble (*GisHeightFunc)(gdouble lat, gdouble lon, gpointer user_data); -#include "gis-tile.h" #include "gis-plugin.h" #include "gis-prefs.h" -#include "gis-object.h" +#include "objects/gis-object.h" +#include "objects/gis-tile.h" struct _GisViewer { GtkDrawingArea parent_instance;