mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Treewide: Adjust order of includes
This commit is contained in:
@ -2,13 +2,14 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include "Common/QoSSession.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <Qos2.h>
|
||||
#pragma comment(lib, "qwave")
|
||||
#endif
|
||||
|
||||
#include "Core/ConfigManager.h"
|
||||
|
||||
namespace Common
|
||||
{
|
||||
#if defined(_WIN32)
|
||||
|
Reference in New Issue
Block a user