X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Fgrits.h;h=540120c24d8cd1377c122ce0f746d492fbdbbf71;hb=ae0f47ffeff87c31aa126934bcb08b68309c2a5f;hp=6c91c031806843679ff3ca5a7699fbb9b69de176;hpb=4bef8517366b0195e321add06250e7d659434661;p=grits diff --git a/src/grits.h b/src/grits.h index 6c91c03..540120c 100644 --- a/src/grits.h +++ b/src/grits.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 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 @@ -15,27 +15,33 @@ * along with this program. If not, see . */ -#ifndef __GIS_H__ -#define __GIS_H__ +#ifndef __GRITS_H__ +#define __GRITS_H__ -/* GIS Core */ -#include -#include -#include -#include +/* Grits Core */ +#include +#include +#include +#include -/* GIS data */ -#include -#include -#include +/* Grits data */ +#include +#include +#include -/* GIS objects */ -#include -#include -#include -#include +/* Grits objects */ +#include +#include +#include +#include +#include +#include +#include /* Plugins */ -#include +#include + +/* Misc */ +#include #endif