Index: webrtc/modules/audio_processing/aec/echo_cancellation_internal.h |
diff --git a/webrtc/modules/audio_processing/aec/echo_cancellation_internal.h b/webrtc/modules/audio_processing/aec/echo_cancellation_internal.h |
index 537ab5d904211ed37c41d502b2ee241c29a54f7f..b4a6fd8390e6893c99e0a9ce5ec969868b18342b 100644 |
--- a/webrtc/modules/audio_processing/aec/echo_cancellation_internal.h |
+++ b/webrtc/modules/audio_processing/aec/echo_cancellation_internal.h |
@@ -11,10 +11,10 @@ |
#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_AEC_ECHO_CANCELLATION_INTERNAL_H_ |
#define WEBRTC_MODULES_AUDIO_PROCESSING_AEC_ECHO_CANCELLATION_INTERNAL_H_ |
+extern "C" { |
+#include "webrtc/common_audio/ring_buffer.h" |
+} |
#include "webrtc/modules/audio_processing/aec/aec_core.h" |
-extern "C" { |
-#include "webrtc/modules/audio_processing/utility/ring_buffer.h" |
-} |
namespace webrtc { |