]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/effect.h
Some more cleanup of includes and forward declarations
[libs/gl.git] / source / effects / effect.h
index a4f108fbcf9f739bcca08fc55b520fe0d5fab202..d763f251bd473b7b22e58c2230400805442d2fdd 100644 (file)
@@ -2,14 +2,11 @@
 #define MSP_GL_EFFECT_H_
 
 #include <set>
-#include <msp/core/refptr.h>
 #include "renderable.h"
 
 namespace Msp {
 namespace GL {
 
-class Sampler;
-
 /**
 Effects are used to wrap other renderables and give them additional visual
 properties.  An Effect's render method should set up the necessary state, call