]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/program.h
Store GLSL features in DeviceInfo
[libs/gl.git] / source / core / program.h
index b384defe90fa0d7904133a37bd3f66429c1f88fa..41c5897dc08ccb54a5461a798c78b425b5315bf9 100644 (file)
@@ -1,13 +1,12 @@
 #ifndef MSP_GL_PROGRAM_H_
 #define MSP_GL_PROGRAM_H_
 
+#include <map>
 #include <string>
 #include <vector>
 #include <msp/datafile/objectloader.h>
-#include "gl.h"
 #include "module.h"
 #include "reflectdata.h"
-#include "vertexformat.h"
 
 namespace Msp {
 namespace GL {