From 41fc77f2a22f634e561bbc24ecd3714a616d0084 Mon Sep 17 00:00:00 2001 From: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:33:56 +0200 Subject: [PATCH] clang fmt 2 --- src/video_core/buffer_cache/word_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/buffer_cache/word_manager.h b/src/video_core/buffer_cache/word_manager.h index 8872238a5..7ad33d7a6 100644 --- a/src/video_core/buffer_cache/word_manager.h +++ b/src/video_core/buffer_cache/word_manager.h @@ -4,9 +4,9 @@ #pragma once #include +#include #include #include -#include #include "common/spin_lock.h" #include "common/types.h"