]> git.sesse.net Git - movit/blobdiff - util.cpp
Change to using GLEW everywhere.
[movit] / util.cpp
index eeea198a4a074fa357311356d3157e7d00f15d36..62e0efcc314250505ea3513a159425e4a5a81580 100644 (file)
--- a/util.cpp
+++ b/util.cpp
@@ -1,10 +1,10 @@
 #include <stdio.h>
 #include <stdio.h>
+#include <math.h>
 #include <string.h>
 #include <assert.h>
 #include <string.h>
 #include <assert.h>
+#include <GL/glew.h>
 
 
-#include <math.h>
 #include "util.h"
 #include "util.h"
-#include "opengl.h"
 #include "init.h"
 
 void hsv2rgb(float h, float s, float v, float *r, float *g, float *b)
 #include "init.h"
 
 void hsv2rgb(float h, float s, float v, float *r, float *g, float *b)