From 2c5b1a2a6abbcd0445a528a14de41c3e470bb2ae Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 10 Oct 2012 16:46:45 +0000 Subject: [PATCH] txd: remove duplicated header inclusion Signed-off-by: Paul B Mahol --- libavcodec/txd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/txd.c b/libavcodec/txd.c index 9ca6812a9a..a526035da8 100644 --- a/libavcodec/txd.c +++ b/libavcodec/txd.c @@ -25,7 +25,6 @@ #include "libavutil/imgutils.h" #include "bytestream.h" #include "avcodec.h" -#include "bytestream.h" #include "s3tc.h" typedef struct TXDContext {