Index: webrtc/modules/audio_processing/aecm/aecm_core.h |
diff --git a/webrtc/modules/audio_processing/aecm/aecm_core.h b/webrtc/modules/audio_processing/aecm/aecm_core.h |
index b52bb62d2deb35006f1efc35db0189e5c9e1f566..9b70f4750396816b32353c9f1109c26e2c81d175 100644 |
--- a/webrtc/modules/audio_processing/aecm/aecm_core.h |
+++ b/webrtc/modules/audio_processing/aecm/aecm_core.h |
@@ -13,9 +13,9 @@ |
#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_AECM_AECM_CORE_H_ |
#define WEBRTC_MODULES_AUDIO_PROCESSING_AECM_AECM_CORE_H_ |
-#include "webrtc/common_audio/ring_buffer.h" |
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h" |
#include "webrtc/modules/audio_processing/aecm/aecm_defines.h" |
+#include "webrtc/modules/audio_processing/utility/ring_buffer.h" |
#include "webrtc/typedefs.h" |
#ifdef _MSC_VER // visual c++ |