From: Mark Wooding Date: Fri, 13 Jul 2018 11:11:11 +0000 (+0100) Subject: plugins/tracklength-gstreamer.c: Remove unused header inclusion. X-Git-Tag: 5.2~22 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/a78895812191386f2da97e3795247d0ab9cc5e91?ds=sidebyside plugins/tracklength-gstreamer.c: Remove unused header inclusion. --- diff --git a/plugins/tracklength-gstreamer.c b/plugins/tracklength-gstreamer.c index 7297eae..93622fe 100644 --- a/plugins/tracklength-gstreamer.c +++ b/plugins/tracklength-gstreamer.c @@ -20,8 +20,6 @@ */ #include "tracklength.h" -#include "speaker-protocol.h" - /* Ugh. It turns out that libxml tries to define a function called * `attribute', and it's included by GStreamer for some unimaginable reason. * So undefine it here. We'll want GCC attributes for special effects, but