| Index: webrtc/modules/audio_processing/aec/echo_cancellation.cc
|
| diff --git a/webrtc/modules/audio_processing/aec/echo_cancellation.cc b/webrtc/modules/audio_processing/aec/echo_cancellation.cc
|
| index e1dba6e84e05b650c909be0677a09fe5a7644cb1..716da38ab8815efebbbb495b372f65ed3eb47464 100644
|
| --- a/webrtc/modules/audio_processing/aec/echo_cancellation.cc
|
| +++ b/webrtc/modules/audio_processing/aec/echo_cancellation.cc
|
| @@ -23,7 +23,6 @@ extern "C" {
|
| }
|
| #include "webrtc/modules/audio_processing/aec/aec_core.h"
|
| #include "webrtc/modules/audio_processing/aec/aec_resampler.h"
|
| -#include "webrtc/modules/audio_processing/aec/echo_cancellation_internal.h"
|
| #include "webrtc/modules/audio_processing/logging/apm_data_dumper.h"
|
| #include "webrtc/typedefs.h"
|
|
|
|
|