summaryrefslogtreecommitdiff
path: root/ext/opus/gstopusdec.c
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-12-07 00:06:11 -0500
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2011-12-07 14:03:02 +0000
commitbab4c11b4ca5ec63133ea8f56f1c78a41c3fcf98 (patch)
tree4a298ded9550a3464cf02f2c58a3a289f65891fa /ext/opus/gstopusdec.c
parent094a02671e7fa4b4eae1eb38b8b46ef8c4769931 (diff)
downloadgstreamer-plugins-bad-bab4c11b4ca5ec63133ea8f56f1c78a41c3fcf98.tar.gz
opusdec: header cleanup
https://bugzilla.gnome.org/show_bug.cgi?id=665078
Diffstat (limited to 'ext/opus/gstopusdec.c')
-rw-r--r--ext/opus/gstopusdec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/opus/gstopusdec.c b/ext/opus/gstopusdec.c
index 6c57648b8..625c47797 100644
--- a/ext/opus/gstopusdec.c
+++ b/ext/opus/gstopusdec.c
@@ -38,12 +38,11 @@
*/
#ifdef HAVE_CONFIG_H
-# include "config.h"
+#include "config.h"
#endif
#include <math.h>
#include <string.h>
-#include <gst/tag/tag.h>
#include "gstopusheader.h"
#include "gstopuscommon.h"
#include "gstopusdec.h"