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,7 +24,7 @@
#include "Instance.hxx"
#include "system/fd_util.h"
#include "net/SocketAddress.hxx"
#include "net/Resolver.hxx"
#include "net/ToString.hxx"
#include "Permission.hxx"
#include "util/Error.hxx"
#include "Log.hxx"