]> git.sesse.net Git - movit/blobdiff - deconvolution_sharpen_effect.cpp
Change to using GLEW everywhere.
[movit] / deconvolution_sharpen_effect.cpp
index 38cf0cf3fcbc66bf6f8b9a5e64e65972da977fab..2d32ecd6724d886a03185b1042b643a15a83075b 100644 (file)
@@ -5,12 +5,12 @@
 
 #include <math.h>
 #include <assert.h>
+#include <GL/glew.h>
 #include <Eigen/Dense>
 #include <Eigen/Cholesky>
 
 #include "deconvolution_sharpen_effect.h"
 #include "util.h"
-#include "opengl.h"
 
 using namespace Eigen;