Index: webrtc/voice_engine/voice_engine_impl.h |
diff --git a/webrtc/voice_engine/voice_engine_impl.h b/webrtc/voice_engine/voice_engine_impl.h |
index b81844f061fcca2f8c6eaab226436c60f8a0bf59..baa994eadb5a5910a434d18fb834056223effaa5 100644 |
--- a/webrtc/voice_engine/voice_engine_impl.h |
+++ b/webrtc/voice_engine/voice_engine_impl.h |
@@ -16,7 +16,6 @@ |
#include "webrtc/system_wrappers/include/atomic32.h" |
#include "webrtc/typedefs.h" |
#include "webrtc/voice_engine/voe_base_impl.h" |
-#include "webrtc/voice_engine/voe_audio_processing_impl.h" |
#include "webrtc/voice_engine/voe_codec_impl.h" |
#include "webrtc/voice_engine/voe_file_impl.h" |
#include "webrtc/voice_engine/voe_hardware_impl.h" |
@@ -31,7 +30,6 @@ class ChannelProxy; |
class VoiceEngineImpl : public voe::SharedData, // Must be the first base class |
public VoiceEngine, |
- public VoEAudioProcessingImpl, |
public VoECodecImpl, |
public VoEFileImpl, |
public VoEHardwareImpl, |
@@ -42,7 +40,6 @@ class VoiceEngineImpl : public voe::SharedData, // Must be the first base class |
public: |
VoiceEngineImpl() |
: SharedData(), |
- VoEAudioProcessingImpl(this), |
VoECodecImpl(this), |
VoEFileImpl(this), |
VoEHardwareImpl(this), |