| Index: webrtc/modules/audio_processing/aecm/aecm_core_c.cc
|
| diff --git a/webrtc/modules/audio_processing/aecm/aecm_core_c.cc b/webrtc/modules/audio_processing/aecm/aecm_core_c.cc
|
| index 3ee053b09293e35c7fdb80a53ed87fc97a78da70..57f859f550da5ac9fd1667066ab29246c5752cb1 100644
|
| --- a/webrtc/modules/audio_processing/aecm/aecm_core_c.cc
|
| +++ b/webrtc/modules/audio_processing/aecm/aecm_core_c.cc
|
| @@ -19,8 +19,8 @@ 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"
|
|
|