Include event_wrapper.h only where used.
It's currently used only by the VCMJitterBuffer and VCMReceiver classes. Injection is needed by the VCMReceiverTimingTest test, which defines a subclass(!) of EventWrapper. Bug: webrtc:3380 Change-Id: I765be0ceac58e941928319cc426ba49f1cbdc5fa Reviewed-on: https://webrtc-review.googlesource.com/c/113002 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25893}
This commit is contained in:
@ -14,8 +14,6 @@
|
||||
#import "sdk/objc/native/api/audio_device_module.h"
|
||||
#endif
|
||||
|
||||
#include "system_wrappers/include/event_wrapper.h"
|
||||
|
||||
#include "rtc_base/scoped_ref_ptr.h"
|
||||
|
||||
typedef int32_t(^NeedMorePlayDataBlock)(const size_t nSamples,
|
||||
|
||||
Reference in New Issue
Block a user