]> git.sesse.net Git - movit/blobdiff - effect.h
Make util.h private to the effects; instead, defs.h contains what effect.h needs...
[movit] / effect.h
index 78845094196ccb92ea59df679f05c8f0179c7a59..ecdd95a455320ed9625e170752b39967a1495c4c 100644 (file)
--- a/effect.h
+++ b/effect.h
@@ -16,7 +16,7 @@
 #include <map>
 #include <string>
 
-#include "util.h"
+#include "defs.h"
 
 class EffectChain;
 class Node;