| 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 5b064ec32204dc9db9b1835e33ce00a63ad2e2e6..1ed3dc122d765f2e7ff22fdedb69942596959f84 100644
|
| --- a/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h
|
| +++ b/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h
|
| @@ -13,13 +13,14 @@
|
|
|
| #include <assert.h>
|
|
|
| +#include "webrtc/api/audio_codec/audio_decoder.h"
|
| #include "webrtc/base/constructormagic.h"
|
| -#include "webrtc/modules/audio_coding/codecs/audio_decoder.h"
|
| +#include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
|
| +#include "webrtc/typedefs.h"
|
| +
|
| #ifdef WEBRTC_CODEC_G722
|
| #include "webrtc/modules/audio_coding/codecs/g722/g722_interface.h"
|
| #endif
|
| -#include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
|
| -#include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
|
|
|
|