remove superfluous #include
authorMåns Rullgård <mans@mansr.com>
Sun, 15 Jul 2007 19:32:31 +0000 (19:32 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 15 Jul 2007 19:32:31 +0000 (19:32 +0000)
Originally committed as revision 9690 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/png.h

index c407efd..1e95ba2 100644 (file)
@@ -23,7 +23,6 @@
 #define AVCODEC_PNG_H
 
 #include <stdint.h>
-#include <zlib.h>
 
 #define PNG_COLOR_MASK_PALETTE    1
 #define PNG_COLOR_MASK_COLOR      2