| Index: webrtc/modules/audio_coding/codecs/g722/audio_decoder_g722.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/g722/audio_decoder_g722.h b/webrtc/modules/audio_coding/codecs/g722/audio_decoder_g722.h
|
| index 9e7c5d9d05be453887faace93f83c5a95462f901..92ce4ee52fae0417ef954cd63429e664bba9120f 100644
|
| --- a/webrtc/modules/audio_coding/codecs/g722/audio_decoder_g722.h
|
| +++ b/webrtc/modules/audio_coding/codecs/g722/audio_decoder_g722.h
|
| @@ -11,8 +11,8 @@
|
| #ifndef WEBRTC_MODULES_AUDIO_CODING_CODECS_G722_AUDIO_DECODER_G722_H_
|
| #define WEBRTC_MODULES_AUDIO_CODING_CODECS_G722_AUDIO_DECODER_G722_H_
|
|
|
| +#include "webrtc/api/audio_codec/audio_decoder.h"
|
| #include "webrtc/base/constructormagic.h"
|
| -#include "webrtc/modules/audio_coding/codecs/audio_decoder.h"
|
|
|
| typedef struct WebRtcG722DecInst G722DecInst;
|
|
|
|
|