diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-10-28 10:07:42 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-11-03 09:27:56 +0100 |
commit | 41dc3033d42026478b3756de59f62e12f2070de9 (patch) | |
tree | da78d13e4c1d09da8790ab9856a05e754e1b4c54 /ext | |
parent | 308d4b99eac63f781831f85cb804cc0bdfe1033c (diff) |
oggmux: Remove obsolete #include
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ogg/gstoggmux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/ogg/gstoggmux.c b/ext/ogg/gstoggmux.c index 58dd85f80..186e87d55 100644 --- a/ext/ogg/gstoggmux.c +++ b/ext/ogg/gstoggmux.c @@ -40,7 +40,6 @@ #endif #include <gst/gst.h> -#include <gst/base/gstcollectpads.h> #include <gst/base/gstbytewriter.h> #include <gst/tag/tag.h> |