]> git.sesse.net Git - movit/blobdiff - dither_effect_test.cpp
Switch from using GLEW to epoxy.
[movit] / dither_effect_test.cpp
index 8801aa0f94022697976462f44ef3fb2c84f139ac..210a2e721e999047357b212a177863005b9e1fbd 100644 (file)
@@ -1,6 +1,6 @@
 // Unit tests for DitherEffect.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <math.h>
 
 #include "effect_chain.h"