X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=effect_chain.h;h=f41e7e4a5e72966a9dd0a56255aca32cf6a3449b;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hp=2199a5d8b28d56a1a0fe54c85cc2ae9505ede61d;hpb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;p=movit diff --git a/effect_chain.h b/effect_chain.h index 2199a5d..f41e7e4 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -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 #include @@ -8,12 +8,9 @@ #include #include -#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)