X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fpipelinestate.h;h=5c3bb9ceb997e51876b4e6a650aae8c350955181;hp=9f6795f16ec176d0cb4204354dcd7b4b7a4ad53e;hb=b466adff89db080c304ac3178ce1f4fef844cb28;hpb=715672cf2c64dab0744db676fdee255ee3a4cef7 diff --git a/source/core/pipelinestate.h b/source/core/pipelinestate.h index 9f6795f1..5c3bb9ce 100644 --- a/source/core/pipelinestate.h +++ b/source/core/pipelinestate.h @@ -1,5 +1,5 @@ -#ifndef PIPELINESTATE_H_ -#define PIPELINESTATE_H_ +#ifndef MSP_GL_PIPELINESTATE_H_ +#define MSP_GL_PIPELINESTATE_H_ #include #include @@ -20,7 +20,6 @@ class StencilTest; class Texture; class UniformBlock; class VertexSetup; -class WindingTest; class PipelineState: public NonCopyable {