X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Fgrits.h;h=fa8f00133ea17f1edb6fc72cd1c3a70859d8683c;hb=fe727bbe62d293878e0a75a9cf9f420c0eae03cb;hp=024ab0c293996b9290ba44c7dbfe8c5969deff81;hpb=f6ab99d5665eb7f1b32d47f2ba3b9f4542500584;p=grits diff --git a/src/grits.h b/src/grits.h index 024ab0c..fa8f001 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,8 +15,8 @@ * along with this program. If not, see . */ -#ifndef __GIS_H__ -#define __GIS_H__ +#ifndef __GRITS_H__ +#define __GRITS_H__ /* Grits Core */ #include @@ -27,6 +27,7 @@ /* Grits data */ #include #include +#include #include /* Grits objects */ @@ -34,8 +35,14 @@ #include #include #include +#include +#include +#include /* Plugins */ #include +/* Misc */ +#include + #endif