jpegparse: Headers cleanup
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Wed, 22 Dec 2021 16:35:23 +0000 (17:35 +0100)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 20 May 2022 08:51:23 +0000 (08:51 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1473>

subprojects/gst-plugins-bad/gst/jpegformat/gstjpegparse.c
subprojects/gst-plugins-bad/gst/jpegformat/gstjpegparse.h

index 5231879..e871382 100644 (file)
@@ -53,6 +53,7 @@
 #include <gst/tag/tag.h>
 
 #include "gstjpegparse.h"
+#include "gstjpegformat.h"
 
 static GstStaticPadTemplate gst_jpeg_parse_src_pad_template =
 GST_STATIC_PAD_TEMPLATE ("src",
index e777421..98a04f0 100644 (file)
 #define __GST_JPEG_PARSE_H__
 
 #include <gst/gst.h>
-#include <gst/base/gstadapter.h>
 #include <gst/base/gstbaseparse.h>
 
-#include "gstjpegformat.h"
-
 G_BEGIN_DECLS
 
 #define GST_TYPE_JPEG_PARSE \