Remove sigslot include from async_udp_socket.cc

Also run iwyu on async_udp_socket.cc

Bug: webrtc:11943
Change-Id: I4ca0f468d27be08fa869fde791aec51cf0029047
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/317940
Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40640}
This commit is contained in:
Harald Alvestrand 2023-08-28 11:06:45 +00:00 committed by WebRTC LUCI CQ
parent 5f14f9e6ed
commit 3924bc272c
3 changed files with 2 additions and 4 deletions

View file

@ -1351,6 +1351,7 @@ rtc_library("async_udp_socket") {
"../api:sequence_checker",
"../system_wrappers:field_trial",
"network:sent_packet",
"system:no_unique_address",
"third_party/sigslot",
]
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]

View file

@ -10,14 +10,10 @@
#include "rtc_base/async_udp_socket.h"
#include <stdint.h>
#include <string>
#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"
#include "system_wrappers/include/field_trial.h"

View file

@ -22,6 +22,7 @@
#include "rtc_base/socket.h"
#include "rtc_base/socket_address.h"
#include "rtc_base/socket_factory.h"
#include "rtc_base/system/no_unique_address.h"
#include "rtc_base/thread_annotations.h"
namespace rtc {