pad: fix spurious include
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 9 Jun 2011 10:31:47 +0000 (12:31 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 9 Jun 2011 10:31:47 +0000 (12:31 +0200)
gst/gstpad.h

index a4358db..657ea2e 100644 (file)
@@ -781,9 +781,6 @@ struct _GstPadClass {
 #define GST_PAD_BLOCK_SIGNAL(pad)       (g_cond_signal(GST_PAD_BLOCK_GET_COND (pad)))
 #define GST_PAD_BLOCK_BROADCAST(pad)    (g_cond_broadcast(GST_PAD_BLOCK_GET_COND (pad)))
 
-/* FIXME: this awful circular dependency need to be resolved properly (see padtemplate.h) */
-#include <gst/gstpadtemplate.h>
-
 GType                  gst_pad_get_type                        (void);
 
 /* creating pads */