summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-10-10 16:46:45 +0000
committerPaul B Mahol <onemda@gmail.com>2012-10-10 16:48:13 +0000
commit2c5b1a2a6abbcd0445a528a14de41c3e470bb2ae (patch)
tree99ee2ca16fb782d145890497f7201bffccb0a5a9 /libavcodec
parentee109c6bc2cf4aebe6202c2c9022816c968d2d00 (diff)
txd: remove duplicated header inclusion
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/txd.c1
1 files changed, 0 insertions, 1 deletions
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 {