From d627b78c46ef752211a0aa7f259cd9f7e2415985 Mon Sep 17 00:00:00 2001 From: Dentomologist Date: Fri, 26 Jul 2024 14:24:16 -0700 Subject: Adjust order and spacing of various #includes Move some #includes around to match the Contributing guidelines. --- Source/Core/VideoCommon/AbstractFramebuffer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/VideoCommon/AbstractFramebuffer.cpp') diff --git a/Source/Core/VideoCommon/AbstractFramebuffer.cpp b/Source/Core/VideoCommon/AbstractFramebuffer.cpp index beb6c6752b..18a6cd6014 100644 --- a/Source/Core/VideoCommon/AbstractFramebuffer.cpp +++ b/Source/Core/VideoCommon/AbstractFramebuffer.cpp @@ -2,6 +2,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later #include "VideoCommon/AbstractFramebuffer.h" + #include "VideoCommon/AbstractTexture.h" AbstractFramebuffer::AbstractFramebuffer(AbstractTexture* color_attachment, -- cgit v1.2.3