*: include cleanup (using iwyu)

This commit is contained in:
Max Kellermann
2016-03-01 22:08:13 +01:00
parent fb547260d1
commit 1aee89f5ea
181 changed files with 18 additions and 390 deletions

View File

@@ -30,7 +30,6 @@
#include "config.h"
#include "AllocatedSocketAddress.hxx"
#include <assert.h>
#include <string.h>
#ifdef HAVE_UN

View File

@@ -19,7 +19,6 @@
#include "config.h"
#include "Resolver.hxx"
#include "SocketAddress.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"

View File

@@ -23,12 +23,6 @@
#include "SocketError.hxx"
#include "system/fd_util.h"
#include <unistd.h>
#ifdef HAVE_IPV6
#include <string.h>
#endif
int
socket_bind_listen(int domain, int type, int protocol,
SocketAddress address,