summaryrefslogtreecommitdiff
path: root/libavcodec/rawdec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-09-24 16:51:33 +0200
committerDiego Biurrun <diego@biurrun.de>2012-09-27 12:02:33 +0200
commit0ae3ba8daaab9b6b2679225f5d08046ffbcd6250 (patch)
treeab5731abbb824c6189f484b80a6e79f52d31ec9c /libavcodec/rawdec.c
parentbcc1f7caeb3ffce072e7f79412383a2da016f848 (diff)
avcodec: Drop long-deprecated imgconvert.h header
Diffstat (limited to 'libavcodec/rawdec.c')
-rw-r--r--libavcodec/rawdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c
index 6f4c0ced3b..ee316ea723 100644
--- a/libavcodec/rawdec.c
+++ b/libavcodec/rawdec.c
@@ -25,7 +25,6 @@
*/
#include "avcodec.h"
-#include "imgconvert.h"
#include "raw.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"