Index: webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h |
diff --git a/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h b/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h |
index b8953b0a4f8d2d4c1e0083b8de7cba0c37e80dc5..c1f9188bfca9aed35991e23b7bfa0f2a299030a8 100644 |
--- a/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h |
+++ b/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h |
@@ -19,11 +19,10 @@ |
#include <memory> |
#include <vector> |
-#include "webrtc/common_audio/lapped_transform.h" |
#include "webrtc/common_audio/channel_buffer.h" |
#include "webrtc/modules/audio_processing/beamformer/beamformer.h" |
#include "webrtc/modules/audio_processing/beamformer/complex_matrix.h" |
- |
+#include "webrtc/modules/audio_processing/utility/lapped_transform.h" |
namespace webrtc { |
// Enhances sound sources coming directly in front of a uniform linear array |