From feb1f0383d7c08dddb152dfe6ae30070b7ef7e4f Mon Sep 17 00:00:00 2001 From: Anthony Date: Sat, 12 Mar 2022 09:45:23 +1300 Subject: [PATCH] Comment some includes --- src/core/hle/DSOUND/DirectSound/DirectSoundGlobal.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/core/hle/DSOUND/DirectSound/DirectSoundGlobal.cpp b/src/core/hle/DSOUND/DirectSound/DirectSoundGlobal.cpp index 1818ecdf3..ba96b6159 100644 --- a/src/core/hle/DSOUND/DirectSound/DirectSoundGlobal.cpp +++ b/src/core/hle/DSOUND/DirectSound/DirectSoundGlobal.cpp @@ -29,13 +29,12 @@ #include #include "core/common/imgui/ui.hpp" -#include #include #include "DirectSoundGlobal.hpp" -#include "DirectSoundInline.hpp" +#include "DirectSoundInline.hpp" // For GetCurrentPosition, RegionCurrentLocation #define IMGUI_DEFINE_MATH_OPERATORS -#include "imgui_internal.h" +#include "imgui_internal.h" // For ImVec Settings::s_audio g_XBAudio = { 0 }; std::recursive_mutex g_DSoundMutex;