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

@@ -19,6 +19,7 @@
#include "config.h"
#include "net/Resolver.hxx"
#include "net/ToString.hxx"
#include "net/SocketAddress.hxx"
#include "util/Error.hxx"
#include "Log.hxx"