| Index: webrtc/modules/audio_processing/aecm/aecm_core.cc
|
| diff --git a/webrtc/modules/audio_processing/aecm/aecm_core.cc b/webrtc/modules/audio_processing/aecm/aecm_core.cc
|
| index 8a5524e04d70ed2264c6ff69a52547da1d485ffc..efaa7f0a8f36cff7f72c584edc6cf36346d1c4f9 100644
|
| --- a/webrtc/modules/audio_processing/aecm/aecm_core.cc
|
| +++ b/webrtc/modules/audio_processing/aecm/aecm_core.cc
|
| @@ -19,10 +19,11 @@ extern "C" {
|
| #include "webrtc/common_audio/signal_processing/include/real_fft.h"
|
| }
|
| #include "webrtc/modules/audio_processing/aecm/echo_control_mobile.h"
|
| -extern "C" {
|
| #include "webrtc/modules/audio_processing/utility/delay_estimator_wrapper.h"
|
| +extern "C" {
|
| #include "webrtc/system_wrappers/include/cpu_features_wrapper.h"
|
| }
|
| +
|
| #include "webrtc/typedefs.h"
|
|
|
| #ifdef AEC_DEBUG
|
|
|