]> git.sesse.net Git - movit/blobdiff - effect.h
Move all OpenGL includes into one file.
[movit] / effect.h
index d14176b2b1f4dc5f74f56388766cdfb2d5d14362..a9734ccf37c1bb811b8175f46452265ee86c7a1d 100644 (file)
--- a/effect.h
+++ b/effect.h
@@ -14,7 +14,7 @@
 #include <string>
 #include <vector>
 
-#include <GL/gl.h>
+#include "opengl.h"
 
 class EffectChain;