mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
More unused sigslot includes
This time, hit the BUILD files too (where possible). Bug: webrtc:11943 Change-Id: Ic8f2d77e1ba66f740efe0ef73b1ea6051356dedc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/318100 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40654}
This commit is contained in:
parent
d017b1e306
commit
aa7d2f3b20
8 changed files with 0 additions and 11 deletions
|
@ -18,7 +18,6 @@
|
|||
#include "rtc_base/byte_order.h"
|
||||
#include "rtc_base/checks.h"
|
||||
#include "rtc_base/network/sent_packet.h"
|
||||
#include "rtc_base/third_party/sigslot/sigslot.h"
|
||||
#include "rtc_base/time_utils.h"
|
||||
|
||||
namespace cricket {
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#include "rtc_base/network.h"
|
||||
#include "rtc_base/network_constants.h"
|
||||
#include "rtc_base/string_encode.h"
|
||||
#include "rtc_base/third_party/sigslot/sigslot.h"
|
||||
#include "rtc_base/time_utils.h"
|
||||
#include "rtc_base/trace_event.h"
|
||||
#include "system_wrappers/include/metrics.h"
|
||||
|
|
|
@ -72,7 +72,6 @@
|
|||
#include "rtc_base/socket_address.h"
|
||||
#include "rtc_base/strings/string_builder.h"
|
||||
#include "rtc_base/system/rtc_export.h"
|
||||
#include "rtc_base/third_party/sigslot/sigslot.h"
|
||||
#include "rtc_base/thread.h"
|
||||
#include "rtc_base/thread_annotations.h"
|
||||
|
||||
|
|
|
@ -82,7 +82,6 @@
|
|||
#include "rtc_base/logging.h"
|
||||
#include "rtc_base/net_helper.h"
|
||||
#include "rtc_base/rate_tracker.h"
|
||||
#include "rtc_base/third_party/sigslot/sigslot.h"
|
||||
|
||||
namespace cricket {
|
||||
using ::webrtc::SafeTask;
|
||||
|
|
|
@ -139,7 +139,6 @@ rtc_source_set("dtls_srtp_transport") {
|
|||
"../rtc_base:checks",
|
||||
"../rtc_base:logging",
|
||||
"../rtc_base:ssl",
|
||||
"../rtc_base/third_party/sigslot",
|
||||
]
|
||||
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
|
||||
}
|
||||
|
@ -1250,7 +1249,6 @@ rtc_source_set("peer_connection") {
|
|||
"../rtc_base:threading",
|
||||
"../rtc_base:unique_id_generator",
|
||||
"../rtc_base:weak_ptr",
|
||||
"../rtc_base/third_party/sigslot",
|
||||
"../system_wrappers:metrics",
|
||||
]
|
||||
absl_deps = [
|
||||
|
@ -1661,7 +1659,6 @@ rtc_library("rtp_transmission_manager") {
|
|||
"../rtc_base:ssl",
|
||||
"../rtc_base:threading",
|
||||
"../rtc_base:weak_ptr",
|
||||
"../rtc_base/third_party/sigslot",
|
||||
]
|
||||
absl_deps = [
|
||||
"//third_party/abseil-cpp/absl/algorithm:container",
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include "p2p/base/packet_transport_internal.h"
|
||||
#include "pc/srtp_transport.h"
|
||||
#include "rtc_base/buffer.h"
|
||||
#include "rtc_base/third_party/sigslot/sigslot.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
|
|
@ -1329,7 +1329,6 @@ rtc_library("async_tcp_socket") {
|
|||
":timeutils",
|
||||
"../api:array_view",
|
||||
"network:sent_packet",
|
||||
"third_party/sigslot",
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -1352,7 +1351,6 @@ rtc_library("async_udp_socket") {
|
|||
"../system_wrappers:field_trial",
|
||||
"network:sent_packet",
|
||||
"system:no_unique_address",
|
||||
"third_party/sigslot",
|
||||
]
|
||||
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
|
||||
}
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "rtc_base/checks.h"
|
||||
#include "rtc_base/logging.h"
|
||||
#include "rtc_base/network/sent_packet.h"
|
||||
#include "rtc_base/third_party/sigslot/sigslot.h"
|
||||
#include "rtc_base/time_utils.h" // for TimeMillis
|
||||
|
||||
#if defined(WEBRTC_POSIX)
|
||||
|
|
Loading…
Reference in a new issue