]> git.sesse.net Git - movit/blobdiff - effect_chain.cpp
Change to using GLEW everywhere.
[movit] / effect_chain.cpp
index 491626500ec78cc9a88e692e885ebcddd288a9c6..05deb76226deecb081d8953c3fc65287ff0f438a 100644 (file)
@@ -4,6 +4,7 @@
 #include <math.h>
 #include <string.h>
 #include <assert.h>
+#include <GL/glew.h>
 
 #include <algorithm>
 #include <set>
@@ -17,7 +18,6 @@
 #include "colorspace_conversion_effect.h"
 #include "dither_effect.h"
 #include "input.h"
-#include "opengl.h"
 
 EffectChain::EffectChain(float aspect_nom, float aspect_denom)
        : aspect_nom(aspect_nom),