small cleanups
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 30 Apr 2006 16:16:59 +0000 (16:16 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 29 Jul 2011 09:26:06 +0000 (10:26 +0100)
Original commit message from CVS:
small cleanups

gst-libs/gst/tag/gsttagmux.c

index f2bc521..35ec89f 100644 (file)
@@ -26,7 +26,6 @@
 #include <gst/gsttagsetter.h>
 #include <gst/tag/tag.h>
 #include "gsttaglib.h"
-#include "gstid3v2mux.h"
 
 GST_DEBUG_CATEGORY_STATIC (gst_tag_lib_mux_debug);
 #define GST_CAT_DEFAULT gst_tag_lib_mux_debug
@@ -37,7 +36,6 @@ GST_STATIC_PAD_TEMPLATE ("sink",
     GST_PAD_ALWAYS,
     GST_STATIC_CAPS ("ANY"));
 
-
 static void
 gst_tag_lib_mux_iface_init (GType taglib_type)
 {