]> git.sesse.net Git - movit/blobdiff - fft_pass_effect_test.cpp
Fix some test breakage.
[movit] / fft_pass_effect_test.cpp
index 7eafbd9da5bc99b875efb82576b4a8af9fade1ea..bce91cec4809809b76a5483cc91422660b2e7f93 100644 (file)
@@ -3,11 +3,11 @@
 #include <math.h>
 #include <stdlib.h>
 #include <string.h>
+#include <epoxy/gl.h>
+#include <gtest/gtest.h>
 
 #include "effect_chain.h"
 #include "fft_pass_effect.h"
-#include "glew.h"
-#include "gtest/gtest.h"
 #include "image_format.h"
 #include "multiply_effect.h"
 #include "test_util.h"