]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture2d.h
Update header names
[libs/gl.git] / source / texture2d.h
index 8508b0435847eaa7eaf9485c5b0765017e4dbe6f..05fbbce2e80b6362e576077ca4fe019311576f46 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_TEXTURE2D_H_
 #define MSP_GL_TEXTURE2D_H_
 
 #include <string>
-#include <msp/gbase/image.h>
+#include <msp/graphics/image.h>
 #include "datatype.h"
 #include "pixelformat.h"
 #include "texture.h"