X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fgis.h;h=9a4c2a78534799091a4a4808a025f6f7614e927d;hp=a8261ab7e35b01a328d21acc7c8372950a9901a3;hb=c6b75d03c13b03911e8bc4df46054caa1ace5a0a;hpb=a2a902d978b6050289f7a92794fb1dc0aa2b5e26 diff --git a/src/gis.h b/src/gis.h index a8261ab..9a4c2a7 100644 --- a/src/gis.h +++ b/src/gis.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,17 +19,22 @@ #define __GIS_H__ /* GIS Core */ -#include "gis-viewer.h" -#include "gis-opengl.h" -#include "gis-prefs.h" +#include +#include +#include +#include -/* GIS helprs */ -#include "gis-util.h" -#include "gis-data.h" -#include "gis-tile.h" -#include "gis-wms.h" +/* GIS data */ +#include +#include + +/* GIS objects */ +#include +#include +#include +#include /* Plugins */ -#include "gis-plugin.h" +#include #endif