diff --git a/subprojects/gst-plugins-bad/gst/jpegformat/gstjpegparse.c b/subprojects/gst-plugins-bad/gst/jpegformat/gstjpegparse.c index 523187966d..e8713828fb 100644 --- a/subprojects/gst-plugins-bad/gst/jpegformat/gstjpegparse.c +++ b/subprojects/gst-plugins-bad/gst/jpegformat/gstjpegparse.c @@ -53,6 +53,7 @@ #include #include "gstjpegparse.h" +#include "gstjpegformat.h" static GstStaticPadTemplate gst_jpeg_parse_src_pad_template = GST_STATIC_PAD_TEMPLATE ("src", diff --git a/subprojects/gst-plugins-bad/gst/jpegformat/gstjpegparse.h b/subprojects/gst-plugins-bad/gst/jpegformat/gstjpegparse.h index e77742160f..98a04f0c14 100644 --- a/subprojects/gst-plugins-bad/gst/jpegformat/gstjpegparse.h +++ b/subprojects/gst-plugins-bad/gst/jpegformat/gstjpegparse.h @@ -24,11 +24,8 @@ #define __GST_JPEG_PARSE_H__ #include -#include #include -#include "gstjpegformat.h" - G_BEGIN_DECLS #define GST_TYPE_JPEG_PARSE \