]> git.sesse.net Git - movit/blobdiff - blur_effect.cpp
Move pixel_format out of the ImageFormat struct, since it is only relevant for FlatInput.
[movit] / blur_effect.cpp
index e6a9a313ec8fd82918d7719570d96a194814beb9..22e7d0ba781f40e4cd2ef385bb194005cf39fc70 100644 (file)
@@ -1,12 +1,9 @@
-#define GL_GLEXT_PROTOTYPES 1
-
 #include <math.h>
-#include <GL/gl.h>
-#include <GL/glext.h>
 #include <assert.h>
 
 #include "blur_effect.h"
 #include "util.h"
+#include "opengl.h"
 
 // Must match blur_effect.frag.
 #define NUM_TAPS 16