gst/realmedia/rmdemux.c: Remove unused zlib.h include. Fixes #421594.
authorTim-Philipp Müller <tim@centricular.net>
Thu, 22 Mar 2007 21:44:45 +0000 (21:44 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 22 Mar 2007 21:44:45 +0000 (21:44 +0000)
Original commit message from CVS:
* gst/realmedia/rmdemux.c:
Remove unused zlib.h include. Fixes #421594.

ChangeLog
gst/realmedia/rmdemux.c

index 84ae940..ff87a73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 2b24464..e45e646 100644 (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)