summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Frydrych <tomas@sleepfive.com>2012-05-06 11:21:11 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2012-05-14 09:59:31 +0100
commit64a7ffbc5ba5a4c69267a883013d9df33351c906 (patch)
treee37b880b56153097c08cc1e1d11fe4ce03b58235
parent2fad0f91de031fe18697fc827706ed2db4e1e350 (diff)
downloadclutter-gst-64a7ffbc5ba5a4c69267a883013d9df33351c906.tar.gz
autosink: remove stale x11 and glx includes
Do not include clutter-x11.h and clutter-glx-texture-pixmap.h.
-rw-r--r--clutter-gst/clutter-gst-auto-video-sink.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/clutter-gst/clutter-gst-auto-video-sink.c b/clutter-gst/clutter-gst-auto-video-sink.c
index 0239d79..61d0d1c 100644
--- a/clutter-gst/clutter-gst-auto-video-sink.c
+++ b/clutter-gst/clutter-gst-auto-video-sink.c
@@ -31,8 +31,6 @@
#include <string.h>
#include <clutter/clutter.h>
-#include <clutter/x11/clutter-x11.h>
-#include <clutter/glx/clutter-glx-texture-pixmap.h>
#include "clutter-gst-auto-video-sink.h"
#include "clutter-gst-private.h"