| Index: webrtc/modules/audio_processing/aec/aec_core.cc
|
| diff --git a/webrtc/modules/audio_processing/aec/aec_core.cc b/webrtc/modules/audio_processing/aec/aec_core.cc
|
| index 5af6e5d5dcaba43c66fd3819badd856a10990713..4fe635d2db77ca01ed017448dc719a8cff94ad92 100644
|
| --- a/webrtc/modules/audio_processing/aec/aec_core.cc
|
| +++ b/webrtc/modules/audio_processing/aec/aec_core.cc
|
| @@ -33,8 +33,8 @@
|
| #include "webrtc/modules/audio_processing/logging/aec_logging.h"
|
| extern "C" {
|
| #include "webrtc/modules/audio_processing/utility/delay_estimator_wrapper.h"
|
| -}
|
| #include "webrtc/modules/audio_processing/utility/ring_buffer.h"
|
| +}
|
| #include "webrtc/system_wrappers/include/cpu_features_wrapper.h"
|
| #include "webrtc/typedefs.h"
|
|
|
|
|