gst/realmedia/rmdemux.c: Remove unused zlib.h include. Fixes #421594.

Original commit message from CVS:
* gst/realmedia/rmdemux.c:
Remove unused zlib.h include. Fixes #421594.
This commit is contained in:
Tim-Philipp Müller 2007-03-22 21:44:45 +00:00
parent df470fa7f8
commit a46c1e9621
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-03-22 Tim-Philipp Müller <tim at centricular dot net>
* gst/realmedia/rmdemux.c:
Remove unused zlib.h include. Fixes #421594.
2007-03-21 Jan Schmidt <thaytan@mad.scientist.com>
* ext/lame/gstlame.c: (gst_lame_setup):

View file

@ -34,7 +34,6 @@
#include <string.h>
#include <ctype.h>
#include <zlib.h>
#define RMDEMUX_GUINT32_GET(a) GST_READ_UINT32_BE(a)
#define RMDEMUX_GUINT16_GET(a) GST_READ_UINT16_BE(a)