aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMarkus Handell <handellm@webrtc.org>2020-07-16 14:15:23 +0200
committerCommit Bot <commit-bot@chromium.org>2020-07-16 13:52:28 +0000
commit3d2210876e31d0bb5c7de88b27fd02ceb1f4e03e (patch)
tree1e90f0b372492da50348add8795a0e597db86e58 /audio
parent11bfeb307c4e24ecef491ccb35d293df877a95cd (diff)
downloadwebrtc-3d2210876e31d0bb5c7de88b27fd02ceb1f4e03e.tar.gz
Remove unused critical section includes.
Bug: webrtc:11567 Change-Id: Ic5e43c51ce06c0619adc265d12ad4bef73a9df76 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/179521 Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Markus Handell <handellm@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31745}
Diffstat (limited to 'audio')
-rw-r--r--audio/audio_state.h1
-rw-r--r--audio/voip/audio_channel.cc1
-rw-r--r--audio/voip/audio_channel.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/audio/audio_state.h b/audio/audio_state.h
index f696d5a8fe..70c7208320 100644
--- a/audio/audio_state.h
+++ b/audio/audio_state.h
@@ -19,7 +19,6 @@
#include "audio/null_audio_poller.h"
#include "call/audio_state.h"
#include "rtc_base/constructor_magic.h"
-#include "rtc_base/critical_section.h"
#include "rtc_base/ref_count.h"
#include "rtc_base/thread_checker.h"
diff --git a/audio/voip/audio_channel.cc b/audio/voip/audio_channel.cc
index ee08e0590f..d9c89fcdc4 100644
--- a/audio/voip/audio_channel.cc
+++ b/audio/voip/audio_channel.cc
@@ -17,7 +17,6 @@
#include "api/task_queue/task_queue_factory.h"
#include "modules/rtp_rtcp/include/receive_statistics.h"
#include "modules/rtp_rtcp/source/rtp_rtcp_impl2.h"
-#include "rtc_base/critical_section.h"
#include "rtc_base/location.h"
#include "rtc_base/logging.h"
diff --git a/audio/voip/audio_channel.h b/audio/voip/audio_channel.h
index b305215ef6..659e990c30 100644
--- a/audio/voip/audio_channel.h
+++ b/audio/voip/audio_channel.h
@@ -22,7 +22,6 @@
#include "audio/voip/audio_ingress.h"
#include "modules/rtp_rtcp/source/rtp_rtcp_impl2.h"
#include "modules/utility/include/process_thread.h"
-#include "rtc_base/critical_section.h"
#include "rtc_base/ref_count.h"
namespace webrtc {