]> git.tdb.fi Git - libs/gl.git/blobdiff - source/extension.cpp
Update header names
[libs/gl.git] / source / extension.cpp
index fbed6e2648c610595ee03451429d19c681416c92..e47bbe197c5e7d924e3e7da49799beba76a26867 100644 (file)
@@ -1,16 +1,9 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2009-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <set>
 #ifndef WIN32
 #define GLX_GLXEXT_PROTOTYPES
 #include <GL/glx.h>
 #endif
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include <msp/strings/utils.h>
 #include "arb_shader_objects.h"
 #include "arb_vertex_buffer_object.h"