diff options
| author | Dentomologist <dentomologist@gmail.com> | 2024-07-26 14:24:16 -0700 |
|---|---|---|
| committer | Dentomologist <dentomologist@gmail.com> | 2024-07-26 14:28:34 -0700 |
| commit | d627b78c46ef752211a0aa7f259cd9f7e2415985 (patch) | |
| tree | ff2ce31ad7d95d1c18bb6f0b19092b52a22bea0b /Source/Core/VideoCommon/AbstractFramebuffer.cpp | |
| parent | 7bd2a7bde301c9dc255ae45e60fcfcd8ba10aecc (diff) | |
Adjust order and spacing of various #includes
Move some #includes around to match the Contributing guidelines.
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, |
