chiark / gitweb /
plugins/tracklength-gstreamer.c: Remove unused header inclusion.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 13 Jul 2018 11:11:11 +0000 (12:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 13 Jul 2018 11:11:11 +0000 (12:11 +0100)
plugins/tracklength-gstreamer.c

index 7297eae0ff3c0f06fb7f4c7dba97b2f1a048d775..93622fec41df0622d71011d7e033536d09f7f38a 100644 (file)
@@ -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