summaryrefslogtreecommitdiff
path: root/ext/gl/gstopengl.c
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@collabora.co.uk>2014-03-19 13:45:35 +0000
committerJulien Isorce <julien.isorce@collabora.co.uk>2014-03-19 14:43:13 +0000
commite870244e3934837816ebed5b8e8000dea81b3f08 (patch)
tree7b495411c74c657cc339e2d05ea6b8760c42b62a /ext/gl/gstopengl.c
parent7b15072714c27757a0a364408b4c15de695af1b1 (diff)
downloadgstreamer-plugins-bad-e870244e3934837816ebed5b8e8000dea81b3f08.tar.gz
gl: keep only one occurence of '#include <EGL/egl.h>'
To simply maintainance if we need to put specific includes around it.
Diffstat (limited to 'ext/gl/gstopengl.c')
-rw-r--r--ext/gl/gstopengl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gl/gstopengl.c b/ext/gl/gstopengl.c
index ff5e1505e..6f2ec4963 100644
--- a/ext/gl/gstopengl.c
+++ b/ext/gl/gstopengl.c
@@ -47,8 +47,6 @@
#include <bcm_host.h>
#endif
-#include <gst/gl/gstglconfig.h>
-
#include "gstglimagesink.h"
#include "gstglfiltercube.h"