diff options
author | Måns Rullgård <mans@mansr.com> | 2007-07-15 19:32:31 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-07-15 19:32:31 +0000 |
commit | cb762e395581c2fc26e0021f6fe837bc4a03680e (patch) | |
tree | 13b3c29968d8280c67ccb5a490e6bd5231bae90b /libavcodec/png.h | |
parent | e0eddd1269cc81a6e3b685adb2080b4208489e7c (diff) | |
download | ffmpeg-cb762e395581c2fc26e0021f6fe837bc4a03680e.tar.gz |
remove superfluous #include
Originally committed as revision 9690 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/png.h')
-rw-r--r-- | libavcodec/png.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/png.h b/libavcodec/png.h index c407efd802..1e95ba2538 100644 --- a/libavcodec/png.h +++ b/libavcodec/png.h @@ -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 |