Remove webrtc/stream.h and unutilized inheritance.
Removes inheritance and a virtual call. Also removes a root header that would have needed to be moved into a subdirectory otherwise to prevent circular dependencies. BUG=webrtc:4243 R=kjellander@webrtc.org, solenberg@webrtc.org TBR=mflodman@webrtc.org Review-Url: https://codereview.webrtc.org/1924793002 Cr-Commit-Position: refs/heads/master@{#12586}
This commit is contained in:
@ -15,12 +15,12 @@
|
||||
|
||||
#include "webrtc/base/constructormagic.h"
|
||||
#include "webrtc/base/scoped_ptr.h"
|
||||
#include "webrtc/common_types.h"
|
||||
#include "webrtc/modules/include/module.h"
|
||||
#include "webrtc/modules/include/module_common_types.h"
|
||||
#include "webrtc/modules/pacing/packet_router.h"
|
||||
#include "webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h"
|
||||
#include "webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter.h"
|
||||
#include "webrtc/stream.h"
|
||||
|
||||
namespace rtc {
|
||||
struct SentPacket;
|
||||
|
||||
Reference in New Issue
Block a user