avcodec/jpeglsenc: Remove unnecessary header

Unnecessary since 130d89d786.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-04-29 20:34:00 +02:00
parent 83cb9be1d2
commit 911806ec75
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,7 @@
*/
#define UNCHECKED_BITSTREAM_READER 1
#include "libavutil/opt.h"
#include "avcodec.h"
#include "bytestream.h"
#include "encode.h"
@ -35,7 +36,6 @@
#include "internal.h"
#include "mathops.h"
#include "mjpeg.h"
#include "mjpegenc.h"
#include "jpegls.h"
typedef struct JPEGLSContext {