]> git.tdb.fi Git - libs/gl.git/blobdiff - source/orderedscene.h
Include local headers with "", not <>
[libs/gl.git] / source / orderedscene.h
index 88321ec93dd5d18ff6203a6cd59ac61a38229121..bb49c9cbb0b9e5dae223cbf06c7b60c3e851cddd 100644 (file)
@@ -1,15 +1,8 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_ORDEREDSCENE_H_
 #define MSP_GL_ORDEREDSCENE_H_
 
 #include <list>
-#include <msp/gl/scene.h>
+#include "scene.h"
 
 namespace Msp {
 namespace GL {