summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLInterface
diff options
context:
space:
mode:
authorTilka <tilkax@gmail.com>2024-08-07 03:27:23 +0100
committerGitHub <noreply@github.com>2024-08-07 03:27:23 +0100
commit56e7e37d4fd3aa16944b6ecf09fb574529ff2ac0 (patch)
treed69ec643b858ce54e46de5f3e59ad7fcea4d8c3c /Source/Core/Common/GL/GLInterface
parent513405b0aeadcf582e9d3430b742813cf509382d (diff)
parentd627b78c46ef752211a0aa7f259cd9f7e2415985 (diff)
Merge pull request #12957 from Dentomologist/adjust_include_order_and_spacing
Adjust order and spacing of various #includes
Diffstat (limited to 'Source/Core/Common/GL/GLInterface')
-rw-r--r--Source/Core/Common/GL/GLInterface/AGL.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/GL/GLInterface/AGL.mm b/Source/Core/Common/GL/GLInterface/AGL.mm
index 5f2d3b0675..1b8ff224d1 100644
--- a/Source/Core/Common/GL/GLInterface/AGL.mm
+++ b/Source/Core/Common/GL/GLInterface/AGL.mm
@@ -2,6 +2,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include "Common/GL/GLInterface/AGL.h"
+
#include "Common/Logging/Log.h"
// UpdateCachedDimensions and AttachContextToView contain calls to UI APIs, so they must only be