mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-03-13 09:00:40 +08:00
swscale/vulkan: fix include order (cosmetic)
Non-local includes before local includes. Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <git@haasn.dev>
This commit is contained in:
@@ -18,10 +18,12 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "../ops_internal.h"
|
||||
#include "../swscale_internal.h"
|
||||
#include "libavutil/mem.h"
|
||||
#include "libavutil/refstruct.h"
|
||||
|
||||
#include "../ops_internal.h"
|
||||
#include "../swscale_internal.h"
|
||||
|
||||
#include "ops.h"
|
||||
|
||||
static void ff_sws_vk_uninit(AVRefStructOpaque opaque, void *obj)
|
||||
|
||||
Reference in New Issue
Block a user