net/Resolver: move sockaddr_to_string() to ToString.cxx

This commit is contained in:
Max Kellermann
2015-07-22 10:03:36 +02:00
parent a4a37d7a19
commit 6f22452b54
9 changed files with 172 additions and 112 deletions

View File

@@ -24,6 +24,7 @@
#include "net/SocketUtil.hxx"
#include "net/SocketError.hxx"
#include "net/Resolver.hxx"
#include "net/ToString.hxx"
#include "event/SocketMonitor.hxx"
#include "system/fd_util.h"
#include "fs/AllocatedPath.hxx"