diff options
author | Max Kellermann <max@duempel.org> | 2014-11-07 19:41:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-07 19:41:19 +0100 |
commit | 2d9876a261d62192b5ce976eae376ac4e1fd4b38 (patch) | |
tree | 7ad2b73867f1bf0a76d8058df30e0ad68aa42c97 /src/input/Open.cxx | |
parent | 303d67aed2da79d4ddaa3a52093ed42ae9da064d (diff) | |
parent | 125eb01e03082f1c33fa1b0b6d51b953eebf6c28 (diff) | |
download | mpd-2d9876a261d62192b5ce976eae376ac4e1fd4b38.tar.gz mpd-2d9876a261d62192b5ce976eae376ac4e1fd4b38.tar.xz mpd-2d9876a261d62192b5ce976eae376ac4e1fd4b38.zip |
Merge branch 'v0.19.x'
Diffstat (limited to 'src/input/Open.cxx')
-rw-r--r-- | src/input/Open.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input/Open.cxx b/src/input/Open.cxx index 18572d6b2..66ccdce74 100644 --- a/src/input/Open.cxx +++ b/src/input/Open.cxx @@ -22,14 +22,13 @@ #include "Registry.hxx" #include "InputPlugin.hxx" #include "LocalOpen.hxx" +#include "Domain.hxx" #include "plugins/RewindInputPlugin.hxx" #include "fs/Traits.hxx" #include "fs/Path.hxx" #include "util/Error.hxx" #include "util/Domain.hxx" -static constexpr Domain input_domain("input"); - InputStream * InputStream::Open(const char *url, Mutex &mutex, Cond &cond, |