aboutsummaryrefslogtreecommitdiff
path: root/logging
diff options
context:
space:
mode:
authorDanil Chapovalov <danilchap@webrtc.org>2019-10-07 12:56:24 +0200
committerCommit Bot <commit-bot@chromium.org>2019-10-07 16:06:26 +0000
commit7c06777ab088a2c5bcdddd1c80aff515fd894e17 (patch)
tree5ee31f8ba6135f0aa93a884ca0d6e38c8cb8e8d2 /logging
parent0824c6f61a06e2a14fd4676042e205d345914871 (diff)
downloadwebrtc-7c06777ab088a2c5bcdddd1c80aff515fd894e17.tar.gz
Cleanup includes in modules/include/module_common_types.h
Add missing includes to files that were transactivly depending on removed includes. Bug: None Change-Id: Id5923bb8dc3e1d8fbb664e460278ad3e5993be7e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/155963 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29396}
Diffstat (limited to 'logging')
-rw-r--r--logging/BUILD.gn1
-rw-r--r--logging/rtc_event_log/rtc_event_log_parser.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/logging/BUILD.gn b/logging/BUILD.gn
index 2876899e23..079cd3ac5a 100644
--- a/logging/BUILD.gn
+++ b/logging/BUILD.gn
@@ -319,6 +319,7 @@ if (rtc_enable_protobuf) {
"../api/units:timestamp",
"../call:video_stream_api",
"../modules:module_api",
+ "../modules:module_api_public",
"../modules/audio_coding:audio_network_adaptor",
"../modules/remote_bitrate_estimator",
"../modules/rtp_rtcp",
diff --git a/logging/rtc_event_log/rtc_event_log_parser.cc b/logging/rtc_event_log/rtc_event_log_parser.cc
index 6b9f9d85c2..565922b84e 100644
--- a/logging/rtc_event_log/rtc_event_log_parser.cc
+++ b/logging/rtc_event_log/rtc_event_log_parser.cc
@@ -31,6 +31,7 @@
#include "logging/rtc_event_log/rtc_event_processor.h"
#include "modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h"
#include "modules/include/module_common_types.h"
+#include "modules/include/module_common_types_public.h"
#include "modules/remote_bitrate_estimator/include/bwe_defines.h"
#include "modules/rtp_rtcp/include/rtp_cvo.h"
#include "modules/rtp_rtcp/include/rtp_rtcp_defines.h"