diff --git a/subprojects/gst-plugins-bad/sys/va/gstvaencoder.c b/subprojects/gst-plugins-bad/sys/va/gstvaencoder.c index f2c3c31dff..442f8cf0b9 100644 --- a/subprojects/gst-plugins-bad/sys/va/gstvaencoder.c +++ b/subprojects/gst-plugins-bad/sys/va/gstvaencoder.c @@ -25,9 +25,9 @@ #include "gstvaencoder.h" -#include "vacompat.h" #include "gstvacaps.h" #include "gstvadisplay_priv.h" +#include "vacompat.h" #define VA_ENTRYPOINT_FLAG(entry) (1U << G_PASTE(VAEntrypoint, entry)) diff --git a/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c b/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c index 9313f37993..9f3d4a4622 100644 --- a/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c +++ b/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c @@ -50,7 +50,6 @@ #include "config.h" #endif - #include "gstvah264enc.h" #include @@ -59,12 +58,12 @@ #include #include -#include "vacompat.h" #include "gstvabaseenc.h" -#include "gstvaencoder.h" #include "gstvacaps.h" -#include "gstvaprofile.h" #include "gstvadisplay_priv.h" +#include "gstvaencoder.h" +#include "gstvaprofile.h" +#include "vacompat.h" GST_DEBUG_CATEGORY_STATIC (gst_va_h264enc_debug); #define GST_CAT_DEFAULT gst_va_h264enc_debug