avcodec/jpeglsenc: Remove unnecessary header

Unnecessary since 130d89d786.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/362/head
Andreas Rheinhardt 4 years ago
parent 83cb9be1d2
commit 911806ec75
  1. 2
      libavcodec/jpeglsenc.c

@ -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 {

Loading…
Cancel
Save