1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-30 00:30:24 +02:00

avcodec/huffyuvenc: Remove duplicate include

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2016-01-29 11:27:43 +01:00
parent b91093a411
commit 2d163cbdab

View File

@ -28,8 +28,6 @@
* huffyuv encoder
*/
#include "libavutil/opt.h"
#include "avcodec.h"
#include "huffyuv.h"
#include "huffman.h"