]> git.sesse.net Git - movit/blobdiff - white_balance_effect.cpp
Change to using GLEW everywhere.
[movit] / white_balance_effect.cpp
index d2e380aaea9c7a8810b7d291ef5e70a695bb4276..b00f0ca6b50b40705f31d7426379cf48388cf6d4 100644 (file)
@@ -1,11 +1,11 @@
 #include <math.h>
 #include <assert.h>
 #include <math.h>
 #include <assert.h>
+#include <GL/glew.h>
 
 #include <Eigen/LU>
 
 #include "white_balance_effect.h"
 #include "util.h"
 
 #include <Eigen/LU>
 
 #include "white_balance_effect.h"
 #include "util.h"
-#include "opengl.h"
 #include "d65.h"
 
 using namespace Eigen;
 #include "d65.h"
 
 using namespace Eigen;