Index: webrtc/modules/audio_processing/aec/aec_core_internal.h |
diff --git a/webrtc/modules/audio_processing/aec/aec_core_internal.h b/webrtc/modules/audio_processing/aec/aec_core_internal.h |
index 1f4f99be6304a31590f9bdbf7c6677735369fde3..ea5889f50309683a3ce168303da3a190f6396504 100644 |
--- a/webrtc/modules/audio_processing/aec/aec_core_internal.h |
+++ b/webrtc/modules/audio_processing/aec/aec_core_internal.h |
@@ -11,14 +11,13 @@ |
#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_AEC_AEC_CORE_INTERNAL_H_ |
#define WEBRTC_MODULES_AUDIO_PROCESSING_AEC_AEC_CORE_INTERNAL_H_ |
+extern "C" { |
+#include "webrtc/common_audio/ring_buffer.h" |
+} |
#include "webrtc/common_audio/wav_file.h" |
#include "webrtc/modules/audio_processing/aec/aec_common.h" |
#include "webrtc/modules/audio_processing/aec/aec_core.h" |
#include "webrtc/modules/audio_processing/utility/block_mean_calculator.h" |
-extern "C" { |
-#include "webrtc/modules/audio_processing/utility/ring_buffer.h" |
-} |
- |
#include "webrtc/typedefs.h" |
namespace webrtc { |