diff --git a/src/client/New.cxx b/src/client/New.cxx index 46b3f5b99..d04d8133d 100644 --- a/src/client/New.cxx +++ b/src/client/New.cxx @@ -26,15 +26,9 @@ #include "net/UniqueSocketDescriptor.hxx" #include "net/SocketAddress.hxx" #include "net/ToString.hxx" -#include "Permission.hxx" #include "Log.hxx" #include -#ifdef _WIN32 -#include -#else -#include -#endif static constexpr char GREETING[] = "OK MPD " PROTOCOL_VERSION "\n";