]> git.tdb.fi Git - libs/gl.git/blobdiff - source/primitivetype.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / primitivetype.h
index 4001852575aa0a905a40ac253c1d2c1b4827de23..d004537b53a296632f5464785802eb041e2c9d73 100644 (file)
@@ -1,15 +1,8 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PRIMITIVETYPE_H_
 #define MSP_GL_PRIMITIVETYPE_H_
 
 #include <istream>
-#include <GL/gl.h>
+#include "gl.h"
 
 namespace Msp {
 namespace GL {