include cleanups (powered by iwyu)
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
|
||||
#include "SocketAddress.hxx"
|
||||
|
||||
#include <algorithm>
|
||||
#include <utility>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
@@ -39,14 +39,6 @@
|
||||
#include <sys/un.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TCP
|
||||
#ifdef _WIN32
|
||||
#include <ws2tcpip.h>
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
AllocatedSocketAddress &
|
||||
AllocatedSocketAddress::operator=(SocketAddress src) noexcept
|
||||
{
|
||||
|
@@ -34,7 +34,7 @@
|
||||
#include "Features.hxx"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <utility>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@@ -33,7 +33,6 @@
|
||||
#ifndef NET_RESOLVER_HXX
|
||||
#define NET_RESOLVER_HXX
|
||||
|
||||
struct addrinfo;
|
||||
class AddressInfoList;
|
||||
|
||||
/**
|
||||
|
@@ -37,14 +37,6 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_TCP
|
||||
#ifdef _WIN32
|
||||
#include <ws2tcpip.h>
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
StaticSocketAddress &
|
||||
StaticSocketAddress::operator=(SocketAddress other) noexcept
|
||||
{
|
||||
|
Reference in New Issue
Block a user