summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/WASAPIStream.cpp
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2023-01-23 15:52:51 +0100
committerGitHub <noreply@github.com>2023-01-23 15:52:51 +0100
commita8a4b9c6d0a845fe87ff24a1d75150c75b9eca90 (patch)
treece3032e984dccdea879695594c22814bfb75c1cf /Source/Core/AudioCommon/WASAPIStream.cpp
parentc798b3a1c326802fd7ac4d8f6313546bc4b196ce (diff)
parentc338f9e2a1a8a0a96b41f0927f60ac7ff530b3a9 (diff)
Merge pull request #11475 from shuffle2/comdef
windows: replace comdef dependency with winrt
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 db111a64dd..dddc1f6ebb 100644
--- a/Source/Core/AudioCommon/WASAPIStream.cpp
+++ b/Source/Core/AudioCommon/WASAPIStream.cpp
@@ -7,7 +7,6 @@
// clang-format off
#include <Audioclient.h>
-#include <comdef.h>
#include <mmdeviceapi.h>
#include <devpkey.h>
#include <functiondiscoverykeys_devpkey.h>