X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fgrits-viewer.h;h=8e50b81c54720ac42e797ba82e537475ca0762bb;hp=a4da4fc6a591fa2172699a23626e0724ccef9324;hb=d8948985b467a5cfd0447ae413ed1c5d01afb024;hpb=4bef8517366b0195e321add06250e7d659434661 diff --git a/src/grits-viewer.h b/src/grits-viewer.h index a4da4fc..8e50b81 100644 --- a/src/grits-viewer.h +++ b/src/grits-viewer.h @@ -31,7 +31,7 @@ * seems like too much work. Merging GisViewer and GisOpenGL would also work, * but I like the separate that that's provided by having two. */ -#include "gis-opengl.h" +#include "grits-opengl.h" #ifndef __GIS_VIEWER_H__ #define __GIS_VIEWER_H__ @@ -96,9 +96,9 @@ typedef struct _GisViewerClass GisViewerClass; */ typedef gdouble (*GisHeightFunc)(gdouble lat, gdouble lon, gpointer user_data); -#include "gis-plugin.h" -#include "gis-prefs.h" -#include "objects/gis-object.h" +#include "grits-plugin.h" +#include "grits-prefs.h" +#include "objects/grits-object.h" struct _GisViewer { GtkDrawingArea parent_instance;