Corrected include of C++ header file in AECM that was done using external inclusion
BUG= Review URL: https://codereview.webrtc.org/1876143002 Cr-Commit-Position: refs/heads/master@{#12327}
This commit is contained in:
parent
c36b31b78e
commit
b97526ed65
@ -17,7 +17,9 @@
|
||||
extern "C" {
|
||||
#include "webrtc/common_audio/ring_buffer.h"
|
||||
#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"
|
||||
#include "webrtc/system_wrappers/include/cpu_features_wrapper.h"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user