Fix circular dependency in rtc_event_log.

Bug: webrtc:6828
Change-Id: Ief948b6799455cfda6cb89e2e632f5fd42df0881
Reviewed-on: https://webrtc-review.googlesource.com/25840
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20928}
This commit is contained in:
Patrik Höglund
2017-11-24 13:51:52 +01:00
committed by Commit Bot
parent 570cf968eb
commit ebe62408b5
2 changed files with 1 additions and 5 deletions

View File

@ -15,7 +15,6 @@
#include <iostream>
#include <limits>
#include "call/call.h"
#include "modules/audio_coding/neteq/tools/packet.h"
#include "modules/rtp_rtcp/include/rtp_header_parser.h"
#include "rtc_base/checks.h"