mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-28 14:00:49 -05:00
Adjust order and spacing of various #includes
Move some #includes around to match the Contributing guidelines.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user