]> git.sesse.net Git - movit/blobdiff - effect_chain.cpp
Add missing file opengl.h.
[movit] / effect_chain.cpp
index 13f46344af85a07fb79376afa01a3d45e305b88d..312b27da9eef4a9ee59f09f4f5752a69e4464a1f 100644 (file)
@@ -4,9 +4,6 @@
 #include <string.h>
 #include <assert.h>
 
-#include <GL/gl.h>
-#include <GL/glext.h>
-
 #include <algorithm>
 #include <set>
 #include <stack>
@@ -18,6 +15,7 @@
 #include "gamma_compression_effect.h"
 #include "colorspace_conversion_effect.h"
 #include "input.h"
+#include "opengl.h"
 
 EffectChain::EffectChain(unsigned width, unsigned height)
        : width(width),