| Index: webrtc/modules/audio_coding/neteq/audio_decoder_impl.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h b/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h
|
| index 8636922509191613612460d754aa8a93cf804db5..559664433ac3ac823a8ab8ed4774e3cdfd426686 100644
|
| --- a/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h
|
| +++ b/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h
|
| @@ -13,7 +13,6 @@
|
|
|
| #include <assert.h>
|
|
|
| -#include "webrtc/engine_configurations.h"
|
| #include "webrtc/base/constructormagic.h"
|
| #include "webrtc/modules/audio_coding/codecs/audio_decoder.h"
|
| #ifdef WEBRTC_CODEC_G722
|
| @@ -21,6 +20,7 @@
|
| #endif
|
| #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
|
| #include "webrtc/typedefs.h"
|
| +#include "webrtc/voice_engine_configurations.h"
|
|
|
| namespace webrtc {
|
|
|
|
|