]> git.sesse.net Git - movit/blobdiff - unsharp_mask_effect.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / unsharp_mask_effect.h
index 45a04f0fe00bdddd0149c417e50d35625c5db374..b0c937776e32bc0d7d74b3bade5e7c0792dac6e8 100644 (file)
 // See DeconvolutionSharpenEffect for a different, possibly better
 // sharpening algorithm.
 
+#include <GL/glew.h>
+#include <assert.h>
+#include <string>
+
 #include "effect.h"
 
 class BlurEffect;
+class EffectChain;
 class MixEffect;
+class Node;
 
 class UnsharpMaskEffect : public Effect {
 public: