]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/uniformblock.h
Clean up includes and forward declarations for the core classes
[libs/gl.git] / source / core / uniformblock.h
index 79e699fd5bbf37c36298596deefccebe3b931ecb..ec42089a8823bb46ea75f8e94467b766f2d40459 100644 (file)
@@ -1,21 +1,14 @@
 #ifndef MSP_GL_UNIFORMBLOCK_H_
 #define MSP_GL_UNIFORMBLOCK_H_
 
-#include <map>
 #include <vector>
 #include <msp/core/noncopyable.h>
 #include "bufferable.h"
 #include "reflectdata.h"
-#include "vector.h"
 
 namespace Msp {
 namespace GL {
 
-class BufferRange;
-class Matrix;
-class Uniform;
-struct Color;
-
 /**
 Stores uniforms with a specific layout.  Both named and default uniform blocks
 are supported.