X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect.h;h=826dd6f24068c4aa23687f6071568b43356c1cd3;hp=771648cde059ec269c514c845ed798694cdf6ba0;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488 diff --git a/effect.h b/effect.h index 771648c..826dd6f 100644 --- a/effect.h +++ b/effect.h @@ -10,15 +10,14 @@ // effect instance; use the macro PREFIX() around your identifiers to // automatically prepend that prefix. +#include +#include +#include +#include #include #include #include -#include - -#include - -#include #include "util.h" class EffectChain;