| Index: webrtc/api/call/audio_receive_stream.h
|
| diff --git a/webrtc/api/call/audio_receive_stream.h b/webrtc/api/call/audio_receive_stream.h
|
| index ec80a9e3f0cdc9f87121799827fd8ebfeac9c0b9..624f0efc78b980cf1b8da906bf04901b1d742675 100644
|
| --- a/webrtc/api/call/audio_receive_stream.h
|
| +++ b/webrtc/api/call/audio_receive_stream.h
|
| @@ -16,11 +16,11 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "webrtc/api/call/transport.h"
|
| #include "webrtc/base/scoped_ref_ptr.h"
|
| #include "webrtc/modules/audio_coding/codecs/audio_decoder_factory.h"
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/config.h"
|
| -#include "webrtc/transport.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
|
|