]> git.sesse.net Git - movit/blobdiff - blur_effect_test.cpp
Don't dither alpha.
[movit] / blur_effect_test.cpp
index d458e45d1fe096174ade4c8654c230cfe6edf3fc..4114bcbc45bff018a271f8d360b388bbde85bca6 100644 (file)
@@ -1,9 +1,13 @@
 // Unit tests for BlurEffect.
+#include <GL/glew.h>
 #include <math.h>
+#include <string.h>
 
-#include "test_util.h"
-#include "gtest/gtest.h"
 #include "blur_effect.h"
+#include "effect_chain.h"
+#include "gtest/gtest.h"
+#include "image_format.h"
+#include "test_util.h"
 
 TEST(BlurEffectTest, IdentityTransformDoesNothing) {
        const int size = 4;