summaryrefslogtreecommitdiff
path: root/gst/aiff/aiffparse.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-10-31 17:25:15 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-10-31 17:25:15 +0000
commit8246f755cf7ef80cff1c8c54bcccceadabe0fb8f (patch)
tree7eb5b4d79b8668645d4541452234cc9386abf5f5 /gst/aiff/aiffparse.h
parent8a1b22836f3dd8d38ebd369b39d2f202f8d90fe4 (diff)
downloadgstreamer-plugins-bad-8246f755cf7ef80cff1c8c54bcccceadabe0fb8f.tar.gz
aiff: remove unused includes and fix flags order in Makefile.am
Also remove GST_PLUGINS_BASE_LIBS from LIBADD since we don't need to link against any of the -base libs (we just use a define from the gstaudio headers).
Diffstat (limited to 'gst/aiff/aiffparse.h')
-rw-r--r--gst/aiff/aiffparse.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/aiff/aiffparse.h b/gst/aiff/aiffparse.h
index daca59ccf..9cb745320 100644
--- a/gst/aiff/aiffparse.h
+++ b/gst/aiff/aiffparse.h
@@ -23,8 +23,6 @@
#include <gst/gst.h>
-#include "gst/riff/riff-ids.h"
-#include "gst/riff/riff-read.h"
#include <gst/base/gstadapter.h>
G_BEGIN_DECLS