Chromium Code Reviews| Index: webrtc/modules/audio_processing/aec3/suppression_gain.h |
| diff --git a/webrtc/modules/audio_processing/aec3/suppression_gain.h b/webrtc/modules/audio_processing/aec3/suppression_gain.h |
| index bccbed88977f8624ceff1f576ec1bb027b48572b..19b5c5446f17385677eec1ba295b5eaf378cfcd6 100644 |
| --- a/webrtc/modules/audio_processing/aec3/suppression_gain.h |
| +++ b/webrtc/modules/audio_processing/aec3/suppression_gain.h |
| @@ -15,7 +15,7 @@ |
| #include "webrtc/base/constructormagic.h" |
| #include "webrtc/modules/audio_processing/aec3/aec3_common.h" |
| -#include "webrtc/modules/audio_processing/aec3/fft_buffer.h" |
| +#include "webrtc/modules/audio_processing/aec3/render_buffer.h" |
|
ivoc
2017/03/31 13:58:32
This include is not actually used in this header,
peah-webrtc
2017/04/03 08:02:33
Good find.
Done.
|
| namespace webrtc { |
| namespace aec3 { |