]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/program.h
Clean up includes and forward declarations for the core classes
[libs/gl.git] / source / core / program.h
index fb7fdddef91c735cd50cf3375923b8613d417635..41c5897dc08ccb54a5461a798c78b425b5315bf9 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef MSP_GL_PROGRAM_H_
 #define MSP_GL_PROGRAM_H_
 
+#include <map>
 #include <string>
 #include <vector>
 #include <msp/datafile/objectloader.h>
 #include "module.h"
 #include "reflectdata.h"
-#include "vertexformat.h"
 
 namespace Msp {
 namespace GL {