summaryrefslogtreecommitdiff
path: root/libavcodec/png.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-01-17 19:31:39 +0000
committerMichael Niedermayer <michaelni@gmx.at>2012-01-17 20:55:19 +0100
commitaff9cb8377aeeadeeb01090be3bb642c220d7a36 (patch)
tree4dde2322e54919d98f8027b3ca3bb4bc2507ee3e /libavcodec/png.c
parent71a2c9b26567e2294b54eedafeb23aee08563de7 (diff)
lavc: remove unused headers
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/png.c')
-rw-r--r--libavcodec/png.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/png.c b/libavcodec/png.c
index d7898c0a41..9b52496685 100644
--- a/libavcodec/png.c
+++ b/libavcodec/png.c
@@ -19,7 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avcodec.h"
-#include "bytestream.h"
#include "png.h"
const uint8_t ff_pngsig[8] = {137, 80, 78, 71, 13, 10, 26, 10};