diff options
author | Max Kellermann <max@duempel.org> | 2015-02-10 21:46:23 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-02-10 22:06:06 +0100 |
commit | 42890b9acf50c4406b61b3b37078c00ec79411fa (patch) | |
tree | 2a723dde7d6da3d82a68885a763bc24b187ebd94 /src/output | |
parent | 33a27379f9b2540660f9b52cd70904918c33fe4b (diff) | |
download | mpd-42890b9acf50c4406b61b3b37078c00ec79411fa.tar.gz mpd-42890b9acf50c4406b61b3b37078c00ec79411fa.tar.xz mpd-42890b9acf50c4406b61b3b37078c00ec79411fa.zip |
system/{Resolver,Socket{Error,Util}}: move to new library libnet.a
Diffstat (limited to 'src/output')
-rw-r--r-- | src/output/plugins/httpd/HttpdClient.cxx | 2 | ||||
-rw-r--r-- | src/output/plugins/httpd/HttpdOutputPlugin.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/output/plugins/httpd/HttpdClient.cxx b/src/output/plugins/httpd/HttpdClient.cxx index b372eedbc..99210c1fd 100644 --- a/src/output/plugins/httpd/HttpdClient.cxx +++ b/src/output/plugins/httpd/HttpdClient.cxx @@ -23,7 +23,7 @@ #include "util/ASCII.hxx" #include "Page.hxx" #include "IcyMetaDataServer.hxx" -#include "system/SocketError.hxx" +#include "net/SocketError.hxx" #include "Log.hxx" #include <assert.h> diff --git a/src/output/plugins/httpd/HttpdOutputPlugin.cxx b/src/output/plugins/httpd/HttpdOutputPlugin.cxx index a99f9b412..05e3d53d0 100644 --- a/src/output/plugins/httpd/HttpdOutputPlugin.cxx +++ b/src/output/plugins/httpd/HttpdOutputPlugin.cxx @@ -25,7 +25,7 @@ #include "encoder/EncoderInterface.hxx" #include "encoder/EncoderPlugin.hxx" #include "encoder/EncoderList.hxx" -#include "system/Resolver.hxx" +#include "net/Resolver.hxx" #include "Page.hxx" #include "IcyMetaDataServer.hxx" #include "system/fd_util.h" |