]> git.sesse.net Git - movit/blobdiff - dither_effect.cpp
Change to using GLEW everywhere.
[movit] / dither_effect.cpp
index 87e729a3c9feca0a7253e7617eeb41d287d9f68b..1399c8196984c728ac148ea686f4ab9de504e403 100644 (file)
@@ -1,9 +1,9 @@
 #include <math.h>
 #include <assert.h>
+#include <GL/glew.h>
 
 #include "dither_effect.h"
 #include "util.h"
-#include "opengl.h"
 
 namespace {