Include-what-you-use api/rtc_event_log/

Bug: webrtc:42226242
Change-Id: I8802beb672e398c598728fc3bb5173bcdad16efc
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/354624
Auto-Submit: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42490}
This commit is contained in:
Björn Terelius 2024-06-13 15:46:34 +02:00 committed by WebRTC LUCI CQ
parent 504f323437
commit 77ffbd3099
3 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,11 @@
#include "api/rtc_event_log/rtc_event_log.h" #include "api/rtc_event_log/rtc_event_log.h"
#include <cstdint>
#include <memory>
#include "api/rtc_event_log_output.h"
namespace webrtc { namespace webrtc {
bool RtcEventLogNull::StartLogging( bool RtcEventLogNull::StartLogging(

View File

@ -18,7 +18,6 @@
#include "api/rtc_event_log/rtc_event.h" #include "api/rtc_event_log/rtc_event.h"
#include "api/rtc_event_log_output.h" #include "api/rtc_event_log_output.h"
#include "api/task_queue/task_queue_factory.h"
namespace webrtc { namespace webrtc {

View File

@ -22,6 +22,7 @@
#include "api/crypto/frame_encryptor_interface.h" #include "api/crypto/frame_encryptor_interface.h"
#include "api/rtc_event_log/rtc_event_log.h" #include "api/rtc_event_log/rtc_event_log.h"
#include "api/sequence_checker.h" #include "api/sequence_checker.h"
#include "api/task_queue/task_queue_factory.h"
#include "audio/channel_send_frame_transformer_delegate.h" #include "audio/channel_send_frame_transformer_delegate.h"
#include "audio/utility/audio_frame_operations.h" #include "audio/utility/audio_frame_operations.h"
#include "call/rtp_transport_controller_send_interface.h" #include "call/rtp_transport_controller_send_interface.h"