]> git.sesse.net Git - movit/blobdiff - effect_chain_test.cpp
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / effect_chain_test.cpp
index cea22e0a3e03dd5a1b855c46dc3600c3cb925e56..49d431b98db0a067e01076ae5e2f1fcd0550c82c 100644 (file)
@@ -3,13 +3,18 @@
 // Note that this also contains the tests for some of the simpler effects.
 
 #include <GL/glew.h>
+#include <assert.h>
+#include <stddef.h>
 
+#include "effect.h"
 #include "effect_chain.h"
 #include "flat_input.h"
 #include "gtest/gtest.h"
+#include "input.h"
 #include "mirror_effect.h"
 #include "resize_effect.h"
 #include "test_util.h"
+#include "util.h"
 
 TEST(EffectChainTest, EmptyChain) {
        float data[] = {