| Index: voice_engine/channel_proxy.h
|
| diff --git a/voice_engine/channel_proxy.h b/voice_engine/channel_proxy.h
|
| index ca11b587645d5ff5fdb1174b7dd57d994f2fdaba..40246aaa10b13276cf61234dd2eb41cf7dca174a 100644
|
| --- a/voice_engine/channel_proxy.h
|
| +++ b/voice_engine/channel_proxy.h
|
| @@ -18,8 +18,8 @@
|
| #include "rtc_base/constructormagic.h"
|
| #include "rtc_base/race_checker.h"
|
| #include "rtc_base/thread_checker.h"
|
| +#include "voice_engine/channel.h"
|
| #include "voice_engine/channel_manager.h"
|
| -#include "voice_engine/include/voe_rtp_rtcp.h"
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -42,8 +42,6 @@ class TransportFeedbackObserver;
|
|
|
| namespace voe {
|
|
|
| -class Channel;
|
| -
|
| // This class provides the "view" of a voe::Channel that we need to implement
|
| // webrtc::AudioSendStream and webrtc::AudioReceiveStream. It serves two
|
| // purposes:
|
|
|