X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Funiformblock.h;h=ec42089a8823bb46ea75f8e94467b766f2d40459;hb=3c0cbf0529aa06d9809ad3aa9e282400e8209b4d;hp=79e699fd5bbf37c36298596deefccebe3b931ecb;hpb=729a477b47e97aea41f3f0b5db551f02bf70d1ee;p=libs%2Fgl.git diff --git a/source/core/uniformblock.h b/source/core/uniformblock.h index 79e699fd..ec42089a 100644 --- a/source/core/uniformblock.h +++ b/source/core/uniformblock.h @@ -1,21 +1,14 @@ #ifndef MSP_GL_UNIFORMBLOCK_H_ #define MSP_GL_UNIFORMBLOCK_H_ -#include #include #include #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.