| Index: webrtc/modules/audio_coding/neteq/tools/packet.cc
|
| diff --git a/webrtc/modules/audio_coding/neteq/tools/packet.cc b/webrtc/modules/audio_coding/neteq/tools/packet.cc
|
| index b8b27afdec2d2941be653f6d65291fddd5b0ea33..2b2fcc286eac2ca3fcc97da1404c3b5de3d51eaa 100644
|
| --- a/webrtc/modules/audio_coding/neteq/tools/packet.cc
|
| +++ b/webrtc/modules/audio_coding/neteq/tools/packet.cc
|
| @@ -12,8 +12,8 @@
|
|
|
| #include <string.h>
|
|
|
| -#include "webrtc/modules/interface/module_common_types.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h"
|
| +#include "webrtc/modules/include/module_common_types.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_header_parser.h"
|
|
|
| namespace webrtc {
|
| namespace test {
|
|
|