]> git.tdb.fi Git - libs/gl.git/blob - source/builders/pipelinebuilder.h
Remove outdated includes
[libs/gl.git] / source / builders / pipelinebuilder.h
1 #ifndef MSP_GL_PIPELINEBUILDER_H_
2 #define MSP_GL_PIPELINEBUILDER_H_
3
4 #include "sequencebuilder.h"
5
6 namespace Msp {
7 namespace GL {
8
9 DEPRECATED typedef SequenceBuilder PipelineBuilder;
10
11 } // namespace GL
12 } // namespace Msp
13
14 #endif