diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2025-06-07 17:45:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-07 17:45:50 -0500 |
| commit | 056ece6f291735ea7709ee762261ad7e13024503 (patch) | |
| tree | 19e7c645d84422a0be730429af5d2c1242254f3a /Source/Core/AudioCommon/WASAPIStream.cpp | |
| parent | a07a2fe398146fa9acf2891818dc418dfbd7a357 (diff) | |
| parent | 7c237bbd7c5b120cdee35f98f3f165196277be10 (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.cpp | 1 |
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 |
