client/New: include cleanup

This commit is contained in:
Max Kellermann 2019-04-03 21:41:52 +02:00
parent 1d563700a4
commit 3f05b7d8b4

View File

@ -26,15 +26,9 @@
#include "net/UniqueSocketDescriptor.hxx"
#include "net/SocketAddress.hxx"
#include "net/ToString.hxx"
#include "Permission.hxx"
#include "Log.hxx"
#include <assert.h>
#ifdef _WIN32
#include <winsock2.h>
#else
#include <sys/socket.h>
#endif
static constexpr char GREETING[] = "OK MPD " PROTOCOL_VERSION "\n";