diff options
| author | Tilka <tilkax@gmail.com> | 2024-08-07 03:27:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-07 03:27:23 +0100 |
| commit | 56e7e37d4fd3aa16944b6ecf09fb574529ff2ac0 (patch) | |
| tree | d69ec643b858ce54e46de5f3e59ad7fcea4d8c3c /Source/Core/VideoCommon/AbstractFramebuffer.cpp | |
| parent | 513405b0aeadcf582e9d3430b742813cf509382d (diff) | |
| parent | d627b78c46ef752211a0aa7f259cd9f7e2415985 (diff) | |
Merge pull request #12957 from Dentomologist/adjust_include_order_and_spacing
Adjust order and spacing of various #includes
Diffstat (limited to 'Source/Core/VideoCommon/AbstractFramebuffer.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/AbstractFramebuffer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
