]> git.sesse.net Git - movit/blobdiff - resample_effect_test.cpp
Add proper formats for sRGB without alpha.
[movit] / resample_effect_test.cpp
index 211e6d123e65d93dbcc075f60ea8371b1eaa5736..95c2bcfb9aec95693653ea65572cfdca76f79699 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"