Stop using rtc_event.h forward header

Bug: webrtc:10206
Change-Id: I16905ec745673178195d6715fda6175c31500163
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/151601
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29149}
This commit is contained in:
Danil Chapovalov
2019-09-05 11:29:59 +02:00
committed by Commit Bot
parent fcfeefe033
commit 16cb1f61c0
41 changed files with 44 additions and 55 deletions

View File

@ -15,7 +15,7 @@
#include <memory>
#include <string>
#include "logging/rtc_event_log/events/rtc_event.h"
#include "api/rtc_event_log/rtc_event.h"
namespace webrtc {
class RtcEventLogEncoder {