summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/WASAPIStream.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2023-01-23 06:09:01 -0800
committerShawn Hoffman <godisgovernment@gmail.com>2023-01-23 06:09:01 -0800
commitc338f9e2a1a8a0a96b41f0927f60ac7ff530b3a9 (patch)
tree356cabf1b89906ea04a0453448c5622c9508ed65 /Source/Core/AudioCommon/WASAPIStream.cpp
parent8032a71c4cbfef2cd5677486b1db6cc94df914c5 (diff)
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>