]> git.tdb.fi Git - libs/gl.git/blobdiff - source/extension.h
Rework exceptions
[libs/gl.git] / source / extension.h
index ed2530a922fdf5c7ae3de64a29d4de3e693d0d62..4072869cc25662d8c76fe2d4ab94c5700515f2a3 100644 (file)
@@ -1,14 +1,7 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_EXTENSION_H_
 #define MSP_GL_EXTENSION_H_
 
-#include <msp/core/except.h>
+#include <string>
 
 namespace Msp {
 namespace GL {