]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Install defs.h on make install, since it is needed by effect.h.
[movit] / effect_chain.h
index 2199a5d8b28d56a1a0fe54c85cc2ae9505ede61d..f41e7e4a5e72966a9dd0a56255aca32cf6a3449b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _EFFECT_CHAIN_H
-#define _EFFECT_CHAIN_H 1
+#ifndef _MOVIT_EFFECT_CHAIN_H
+#define _MOVIT_EFFECT_CHAIN_H 1
 
 #include <GL/glew.h>
 #include <stdio.h>
@@ -8,12 +8,9 @@
 #include <string>
 #include <vector>
 
-#include "effect.h"
 #include "image_format.h"
-#include "input.h"
 
 class Effect;
-class EffectChain;
 class Input;
 struct Phase;
 
@@ -240,4 +237,4 @@ private:
        bool finalized;
 };
 
-#endif // !defined(_EFFECT_CHAIN_H)
+#endif // !defined(_MOVIT_EFFECT_CHAIN_H)