diff --git a/gst/gstpad.h b/gst/gstpad.h index a4358db2af..657ea2e958 100644 --- a/gst/gstpad.h +++ b/gst/gstpad.h @@ -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 - GType gst_pad_get_type (void); /* creating pads */