| Index: webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.cc b/webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| index 9ed0fc8a3c40c54a209ecc2cc1fab786ef4a00eb..d9ae15e7faa3481b2dff43b5a71c5f57f2cbff3f 100644
|
| --- a/webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| +++ b/webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| @@ -42,7 +42,7 @@
|
| #include "webrtc/modules/audio_coding/neteq/preemptive_expand.h"
|
| #include "webrtc/modules/audio_coding/neteq/sync_buffer.h"
|
| #include "webrtc/modules/audio_coding/neteq/timestamp_scaler.h"
|
| -#include "webrtc/modules/interface/module_common_types.h"
|
| +#include "webrtc/modules/include/module_common_types.h"
|
| #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
|
|
| // Modify the code to obtain backwards bit-exactness. Once bit-exactness is no
|
|
|