Delete unneeded includes of system_wrappers/include/sleep.h

Non-test usage is in modules/audio_device and modules/desktop_capture.

Bug: None
Change-Id: Ie7dd89aa40e6dcfa9e49e1956b87b50fd9f1c227
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/190140
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32484}
This commit is contained in:
Niels Möller 2020-10-23 11:05:53 +02:00 committed by Commit Bot
parent 72a2c79bd3
commit 7c85d395d7
11 changed files with 0 additions and 13 deletions

View file

@ -1391,7 +1391,6 @@ if (rtc_include_tests) {
"../../rtc_base:rtc_base_approved",
"../../rtc_base/synchronization:mutex",
"../../rtc_base/synchronization:rw_lock_wrapper",
"../../system_wrappers",
"../../test:fileutils",
"../../test:test_support",
]

View file

@ -19,7 +19,6 @@
#include "api/audio_codecs/isac/audio_encoder_isac_float.h"
#include "rtc_base/strings/string_builder.h"
#include "rtc_base/time_utils.h"
#include "system_wrappers/include/sleep.h"
#include "test/gmock.h"
#include "test/gtest.h"
#include "test/testsupport/file_utils.h"

View file

@ -18,7 +18,6 @@
#include "rtc_base/checks.h"
#include "rtc_base/logging.h"
#include "rtc_base/time_utils.h"
#include "system_wrappers/include/sleep.h"
namespace webrtc {

View file

@ -33,7 +33,6 @@
#include "rtc_base/thread_annotations.h"
#include "rtc_base/thread_checker.h"
#include "rtc_base/time_utils.h"
#include "system_wrappers/include/sleep.h"
#include "test/gmock.h"
#include "test/gtest.h"
#ifdef WEBRTC_WIN

View file

@ -14,8 +14,6 @@
#include "rtc_base/win/windows_version.h"
#include "test/gtest.h"
#include "system_wrappers/include/sleep.h"
using Microsoft::WRL::ComPtr;
using webrtc::AudioDeviceName;

View file

@ -10,7 +10,6 @@
#include "rtc_base/platform_thread.h"
#include "system_wrappers/include/sleep.h"
#include "test/gtest.h"
namespace rtc {

View file

@ -18,8 +18,6 @@
#include "rtc_base/logging.h"
#include "rtc_base/time_utils.h"
#include "system_wrappers/include/sleep.h"
namespace webrtc {
namespace jni {

View file

@ -78,7 +78,6 @@ rtc_library("network_emulation_unittest") {
"../../rtc_base:logging",
"../../rtc_base:rtc_event",
"../../rtc_base/synchronization:mutex",
"../../system_wrappers:system_wrappers",
]
}

View file

@ -20,7 +20,6 @@
#include "rtc_base/event.h"
#include "rtc_base/gunit.h"
#include "rtc_base/synchronization/mutex.h"
#include "system_wrappers/include/sleep.h"
#include "test/gmock.h"
#include "test/gtest.h"
#include "test/network/network_emulation_manager.h"

View file

@ -11,7 +11,6 @@
#include "api/task_queue/default_task_queue_factory.h"
#include "rtc_base/null_socket_server.h"
#include "system_wrappers/include/sleep.h"
namespace webrtc {
namespace {

View file

@ -43,7 +43,6 @@
#include "rtc_base/synchronization/mutex.h"
#include "system_wrappers/include/field_trial.h"
#include "system_wrappers/include/metrics.h"
#include "system_wrappers/include/sleep.h"
#include "test/encoder_settings.h"
#include "test/fake_encoder.h"
#include "test/field_trial.h"