X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=util.cpp;h=8dcf219b3ee6be7cd8592f26268eefb33bae3fcb;hp=70c9af2dc0d91be4951db50e90f9c6d79e77ba36;hb=3d1f6c11c53cd9d3d5c1fb60f4accf050b7f135e;hpb=bc98d3dd04e1fe6c71751b38162024491e3cea70 diff --git a/util.cpp b/util.cpp index 70c9af2..8dcf219 100644 --- a/util.cpp +++ b/util.cpp @@ -1,13 +1,9 @@ -#define GL_GLEXT_PROTOTYPES 1 - #include #include -#include -#include - #include #include "util.h" +#include "opengl.h" void hsv2rgb(float h, float s, float v, float *r, float *g, float *b) {