From bc6348afd49d82924ff94b8d85e2d19dcf490352 Mon Sep 17 00:00:00 2001 From: lizzie Date: Mon, 4 May 2026 17:12:13 +0000 Subject: [PATCH] fs --- src/video_core/host1x/vic.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/video_core/host1x/vic.h b/src/video_core/host1x/vic.h index c9b3c8c8ce..3092456839 100644 --- a/src/video_core/host1x/vic.h +++ b/src/video_core/host1x/vic.h @@ -6,11 +6,7 @@ #pragma once -#include -#include #include -#include -#include #include "common/common_types.h" #include "common/scratch_buffer.h" @@ -624,8 +620,8 @@ private: VicRegisters regs{}; Common::ScratchBuffer swizzle_scratch; - Common::ScratchBuffer output_surface; - Common::ScratchBuffer slot_surface; + Common::ScratchBuffer output_surface; + Common::ScratchBuffer slot_surface; Common::ScratchBuffer luma_scratch; Common::ScratchBuffer chroma_scratch;