| Index: webrtc/audio/audio_receive_stream.h
|
| diff --git a/webrtc/audio/audio_receive_stream.h b/webrtc/audio/audio_receive_stream.h
|
| index 3bba54ebb85a5d5b879ebbc8995a23327ea41e75..7dfc5d6bb86ca723cba13a6c92bc7c6a34c3648e 100644
|
| --- a/webrtc/audio/audio_receive_stream.h
|
| +++ b/webrtc/audio/audio_receive_stream.h
|
| @@ -14,11 +14,11 @@
|
| #include <memory>
|
|
|
| #include "webrtc/api/audio/audio_mixer.h"
|
| -#include "webrtc/api/call/audio_receive_stream.h"
|
| -#include "webrtc/api/call/audio_state.h"
|
| #include "webrtc/audio/audio_state.h"
|
| #include "webrtc/base/constructormagic.h"
|
| #include "webrtc/base/thread_checker.h"
|
| +#include "webrtc/call/audio_receive_stream.h"
|
| +#include "webrtc/call/audio_state.h"
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_header_parser.h"
|
|
|
| namespace webrtc {
|
|
|