]> git.sesse.net Git - movit/blobdiff - dither_effect_test.cpp
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / dither_effect_test.cpp
index bdba1212c76eaca680e3eabe6763cc6831c1b140..6fd46dbf402feba053183e16790157602dd91277 100644 (file)
@@ -1,9 +1,12 @@
 // Unit tests for DitherEffect.
 
+#include <GL/glew.h>
 #include <math.h>
 
-#include "test_util.h"
+#include "effect_chain.h"
 #include "gtest/gtest.h"
+#include "image_format.h"
+#include "test_util.h"
 
 TEST(DitherEffectTest, NoDitherOnExactValues) {
        const int size = 4;