diff --git a/webrtc/modules/audio_processing/aec/aec_core_internal.h b/webrtc/modules/audio_processing/aec/aec_core_internal.h index 8d73def924..bce134db71 100644 --- a/webrtc/modules/audio_processing/aec/aec_core_internal.h +++ b/webrtc/modules/audio_processing/aec/aec_core_internal.h @@ -11,13 +11,12 @@ #ifndef WEBRTC_MODULES_AUDIO_PROCESSING_AEC_AEC_CORE_INTERNAL_H_ #define WEBRTC_MODULES_AUDIO_PROCESSING_AEC_AEC_CORE_INTERNAL_H_ -#include "webrtc/modules/audio_processing/aec/aec_core.h" -#include "webrtc/modules/audio_processing/utility/ring_buffer.h" - #ifdef WEBRTC_AEC_DEBUG_DUMP #include #endif +#include "webrtc/modules/audio_processing/aec/aec_core.h" +#include "webrtc/modules/audio_processing/utility/ring_buffer.h" #include "webrtc/typedefs.h" typedef struct PowerLevel {