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/PerfQueryBase.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Core/VideoCommon/PerfQueryBase.cpp') diff --git a/Source/Core/VideoCommon/PerfQueryBase.cpp b/Source/Core/VideoCommon/PerfQueryBase.cpp index a4492cb328..ed8c3366a1 100644 --- a/Source/Core/VideoCommon/PerfQueryBase.cpp +++ b/Source/Core/VideoCommon/PerfQueryBase.cpp @@ -2,7 +2,9 @@ // SPDX-License-Identifier: GPL-2.0-or-later #include "VideoCommon/PerfQueryBase.h" + #include + #include "VideoCommon/VideoConfig.h" std::unique_ptr g_perf_query; -- cgit v1.2.3