summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/CubebStream.cpp
diff options
context:
space:
mode:
authorLAGonauta <lagonauta@gmail.com>2017-11-05 18:50:59 -0200
committerLAGonauta <lagonauta@gmail.com>2019-02-13 22:52:41 -0200
commitc209d07c96373f35d4fa137380a980b2e3a912cd (patch)
treeaa435d8e16ebc8464d6489548d9bf1c144221ef3 /Source/Core/AudioCommon/CubebStream.cpp
parentf4cf1e4f49b0cdad971a304cc8ce299608697e36 (diff)
Removed FFDShow DPL2 decoder
Diffstat (limited to 'Source/Core/AudioCommon/CubebStream.cpp')
-rw-r--r--Source/Core/AudioCommon/CubebStream.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/CubebStream.cpp b/Source/Core/AudioCommon/CubebStream.cpp
index 754db1d957..da515aa8f3 100644
--- a/Source/Core/AudioCommon/CubebStream.cpp
+++ b/Source/Core/AudioCommon/CubebStream.cpp
@@ -6,7 +6,6 @@
#include "AudioCommon/CubebStream.h"
#include "AudioCommon/CubebUtils.h"
-#include "AudioCommon/DPL2Decoder.h"
#include "Common/CommonTypes.h"
#include "Common/Logging/Log.h"
#include "Common/Thread.h"