]> git.tdb.fi Git - libs/gl.git/blobdiff - source/buffer.h
Get rid of the typedefs for fundamental types
[libs/gl.git] / source / buffer.h
index e91524865e7fa449b318d16b64af586bba5ea5ba..7e57cf029581d6c6740119865d1e1ad761cc3832 100644 (file)
@@ -8,7 +8,7 @@ Distributed under the LGPL
 #ifndef MSP_GL_BUFFER_H_
 #define MSP_GL_BUFFER_H_
 
-#include "types.h"
+#include "gl.h"
 
 namespace Msp {
 namespace GL {