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..a876f17976f61087ce94cf57f5c3bd319124cb6d 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_codecs/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 { |