From 2981945bcf853891f1106f99a27f34a57b33f49b Mon Sep 17 00:00:00 2001 From: bloch Date: Mon, 20 Jul 2015 13:22:21 -0700 Subject: [PATCH] Moved arrray_util include to beamformer.h Review URL: https://codereview.webrtc.org/1244813003 Cr-Commit-Position: refs/heads/master@{#9604} --- webrtc/modules/audio_processing/beamformer/beamformer.h | 1 + .../modules/audio_processing/beamformer/nonlinear_beamformer.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/audio_processing/beamformer/beamformer.h b/webrtc/modules/audio_processing/beamformer/beamformer.h index ff5b034a8c..54734dddb8 100644 --- a/webrtc/modules/audio_processing/beamformer/beamformer.h +++ b/webrtc/modules/audio_processing/beamformer/beamformer.h @@ -12,6 +12,7 @@ #define WEBRTC_MODULES_AUDIO_PROCESSING_BEAMFORMER_BEAMFORMER_H_ #include "webrtc/common_audio/channel_buffer.h" +#include "webrtc/modules/audio_processing/beamformer/array_util.h" namespace webrtc { diff --git a/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h b/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h index f632a60f67..219cff0169 100644 --- a/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h +++ b/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h @@ -15,7 +15,6 @@ #include "webrtc/common_audio/lapped_transform.h" #include "webrtc/common_audio/channel_buffer.h" -#include "webrtc/modules/audio_processing/beamformer/array_util.h" #include "webrtc/modules/audio_processing/beamformer/beamformer.h" #include "webrtc/modules/audio_processing/beamformer/complex_matrix.h"