aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpegdec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-03-09 15:08:47 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-03-12 14:37:49 +0100
commitc14dc99f44c68b87efc990b998fa5a9d73c03f1e (patch)
tree89d0e2dca89764f17b9af8e14f711408a5280292 /libavcodec/mjpegdec.c
parentf6f94c335765b379aaaa4ee0de10c20b8632746f (diff)
downloadffmpeg-c14dc99f44c68b87efc990b998fa5a9d73c03f1e.tar.gz
avcodec/tiff: Improve inclusions
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mjpegdec.c')
-rw-r--r--libavcodec/mjpegdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mjpegdec.c b/libavcodec/mjpegdec.c
index 43b36d0a8f..c9409eac6c 100644
--- a/libavcodec/mjpegdec.c
+++ b/libavcodec/mjpegdec.c
@@ -52,7 +52,6 @@
#include "jpeglsdec.h"
#include "profiles.h"
#include "put_bits.h"
-#include "tiff.h"
#include "exif.h"
#include "bytestream.h"
#include "tiff_common.h"