From: Mikko Rasa Date: Mon, 3 Sep 2012 10:24:45 +0000 (+0300) Subject: Include local headers with "", not <> X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=f98e4dc9f86e4d8603359b2b45ae02a2acd65605 Include local headers with "", not <> --- diff --git a/source/capsule.h b/source/capsule.h index 07d06f50..375f4a74 100644 --- a/source/capsule.h +++ b/source/capsule.h @@ -1,7 +1,7 @@ #ifndef MSP_GL_CAPSULE_H_ #define MSP_GL_CAPSULE_H_ -#include +#include "geometrybuilder.h" namespace Msp { namespace GL { diff --git a/source/orderedscene.h b/source/orderedscene.h index 1fbd2a0e..bb49c9cb 100644 --- a/source/orderedscene.h +++ b/source/orderedscene.h @@ -2,7 +2,7 @@ #define MSP_GL_ORDEREDSCENE_H_ #include -#include +#include "scene.h" namespace Msp { namespace GL {