summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PerfQueryBase.cpp
diff options
context:
space:
mode:
authorDentomologist <dentomologist@gmail.com>2024-07-26 14:24:16 -0700
committerDentomologist <dentomologist@gmail.com>2024-07-26 14:28:34 -0700
commitd627b78c46ef752211a0aa7f259cd9f7e2415985 (patch)
treeff2ce31ad7d95d1c18bb6f0b19092b52a22bea0b /Source/Core/VideoCommon/PerfQueryBase.cpp
parent7bd2a7bde301c9dc255ae45e60fcfcd8ba10aecc (diff)
Adjust order and spacing of various #includes
Move some #includes around to match the Contributing guidelines.
Diffstat (limited to 'Source/Core/VideoCommon/PerfQueryBase.cpp')
-rw-r--r--Source/Core/VideoCommon/PerfQueryBase.cpp2
1 files changed, 2 insertions, 0 deletions
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 <memory>
+
#include "VideoCommon/VideoConfig.h"
std::unique_ptr<PerfQueryBase> g_perf_query;