AEC Refactoring: Removes lint warning
Changed inlude order. TBR=andrew@webrtc.org TEST=none BUG=none Review URL: https://webrtc-codereview.appspot.com/1156004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3604 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
99f13464df
commit
7f95732fe2
@ -11,13 +11,12 @@
|
|||||||
#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_AEC_AEC_CORE_INTERNAL_H_
|
#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_AEC_AEC_CORE_INTERNAL_H_
|
||||||
#define 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
|
#ifdef WEBRTC_AEC_DEBUG_DUMP
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "webrtc/modules/audio_processing/aec/aec_core.h"
|
||||||
|
#include "webrtc/modules/audio_processing/utility/ring_buffer.h"
|
||||||
#include "webrtc/typedefs.h"
|
#include "webrtc/typedefs.h"
|
||||||
|
|
||||||
typedef struct PowerLevel {
|
typedef struct PowerLevel {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user