]> git.sesse.net Git - movit/blobdiff - effect.cpp
Change to using GLEW everywhere.
[movit] / effect.cpp
index 9ff200bacde5d01258ffa2b7040181f266824efa..384e8c2944e741ce53bade017d4e7b9064148228 100644 (file)
@@ -1,12 +1,12 @@
 #include <stdio.h>
 #include <string.h>
 #include <assert.h>
+#include <GL/glew.h>
+
 #include "effect.h"
 #include "effect_chain.h"
 #include "util.h"
 
-#include "opengl.h"
-
 GLint get_uniform_location(GLuint glsl_program_num, const std::string &prefix, const std::string &key)
 {
        std::string name = prefix + "_" + key;