summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/WASAPIStream.cpp
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-06-07 17:45:50 -0500
committerGitHub <noreply@github.com>2025-06-07 17:45:50 -0500
commit056ece6f291735ea7709ee762261ad7e13024503 (patch)
tree19e7c645d84422a0be730429af5d2c1242254f3a /Source/Core/AudioCommon/WASAPIStream.cpp
parenta07a2fe398146fa9acf2891818dc418dfbd7a357 (diff)
parent7c237bbd7c5b120cdee35f98f3f165196277be10 (diff)
Merge pull request #13697 from tygyh/AudioCommon/Remove-unused-includes
AudioCommon: Remove unused includes
Diffstat (limited to 'Source/Core/AudioCommon/WASAPIStream.cpp')
-rw-r--r--Source/Core/AudioCommon/WASAPIStream.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/WASAPIStream.cpp b/Source/Core/AudioCommon/WASAPIStream.cpp
index f06f760b6f..ec40ca7a09 100644
--- a/Source/Core/AudioCommon/WASAPIStream.cpp
+++ b/Source/Core/AudioCommon/WASAPIStream.cpp
@@ -8,7 +8,6 @@
// clang-format off
#include <Audioclient.h>
#include <mmdeviceapi.h>
-#include <devpkey.h>
#include <functiondiscoverykeys_devpkey.h>
#include <wil/resource.h>
// clang-format on