]> git.sesse.net Git - movit/blobdiff - test_util.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / test_util.h
index 9a7d0012ff5c0cb77c2ec3277ad35c9dab3103a5..1f48ae1eaffa1061973a2db7ad1287f0bd16c79c 100644 (file)
@@ -1,7 +1,11 @@
 #ifndef _TEST_UTIL_H
 #define _TEST_UTIL_H 1
 
+#include <GL/glew.h>
 #include "effect_chain.h"
+#include "image_format.h"
+
+class Input;
 
 class EffectChainTester {
 public: