Commit 3ddc7a53 authored by Max Kellermann's avatar Max Kellermann

event/ServerSocket: include cleanup

parent e575392b
......@@ -32,25 +32,17 @@
#include "net/ToString.hxx"
#include "event/SocketMonitor.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/FileSystem.hxx"
#include "util/RuntimeError.hxx"
#include "util/Domain.hxx"
#include "util/ScopeExit.hxx"
#include "Log.hxx"
#include <string>
#include <algorithm>
#include <string.h>
#include <unistd.h>
#include <assert.h>
#ifdef _WIN32
#include <ws2tcpip.h>
#include <winsock.h>
#else
#include <sys/socket.h>
#include <netdb.h>
#ifdef HAVE_UN
#include <sys/stat.h>
#endif
class ServerSocket::OneServerSocket final : private SocketMonitor {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment