]> git.sesse.net Git - movit/blobdiff - resample_effect_test.cpp
Switch from using GLEW to epoxy.
[movit] / resample_effect_test.cpp
index 971e694347e28d8e61760b13abb5027341413a83..474a866a4e5415a1dd99bed864c5879e21f2b4d4 100644 (file)
@@ -1,12 +1,11 @@
 // Unit tests for ResampleEffect.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
+#include <gtest/gtest.h>
 #include <math.h>
 
 #include "effect_chain.h"
 #include "flat_input.h"
-#include "glew.h"
-#include "gtest/gtest.h"
 #include "image_format.h"
 #include "resample_effect.h"
 #include "test_util.h"