diff options
author | Max Kellermann <max@duempel.org> | 2015-07-22 10:03:36 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-07-22 10:03:36 +0200 |
commit | 6f22452b54d6d16d01855a0be18cbee162e141b6 (patch) | |
tree | b9dda45553580bcd6a0bdda11ae2177921d27c2f /src/output/plugins/httpd/HttpdOutputPlugin.cxx | |
parent | a4a37d7a196903d73180081159886de214b95849 (diff) | |
download | mpd-6f22452b54d6d16d01855a0be18cbee162e141b6.tar.gz mpd-6f22452b54d6d16d01855a0be18cbee162e141b6.tar.xz mpd-6f22452b54d6d16d01855a0be18cbee162e141b6.zip |
net/Resolver: move sockaddr_to_string() to ToString.cxx
Diffstat (limited to '')
-rw-r--r-- | src/output/plugins/httpd/HttpdOutputPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/plugins/httpd/HttpdOutputPlugin.cxx b/src/output/plugins/httpd/HttpdOutputPlugin.cxx index 89dbcb85f..3ed395e63 100644 --- a/src/output/plugins/httpd/HttpdOutputPlugin.cxx +++ b/src/output/plugins/httpd/HttpdOutputPlugin.cxx @@ -25,8 +25,8 @@ #include "encoder/EncoderInterface.hxx" #include "encoder/EncoderPlugin.hxx" #include "encoder/EncoderList.hxx" -#include "net/Resolver.hxx" #include "net/SocketAddress.hxx" +#include "net/ToString.hxx" #include "Page.hxx" #include "IcyMetaDataServer.hxx" #include "system/fd_util.h" |