diff options
author | Max Kellermann <max@duempel.org> | 2013-10-15 23:24:54 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-15 23:24:54 +0200 |
commit | fa13a6616f270c8b4fde16ba731579672700af85 (patch) | |
tree | 90e1fab2c03cbabb63dc2b851282b2f0f410a7a9 /src/input | |
parent | d4c2f911822e95a8c047b7cdfd69d08e612eb65c (diff) | |
download | mpd-fa13a6616f270c8b4fde16ba731579672700af85.tar.gz mpd-fa13a6616f270c8b4fde16ba731579672700af85.tar.xz mpd-fa13a6616f270c8b4fde16ba731579672700af85.zip |
Archive*: move archive_domain to ArchiveDomain.cxx
Merge duplicate symbol.
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/ArchiveInputPlugin.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input/ArchiveInputPlugin.cxx b/src/input/ArchiveInputPlugin.cxx index bc97ad314..a43340994 100644 --- a/src/input/ArchiveInputPlugin.cxx +++ b/src/input/ArchiveInputPlugin.cxx @@ -19,20 +19,18 @@ #include "config.h" #include "ArchiveInputPlugin.hxx" +#include "ArchiveDomain.hxx" #include "ArchiveLookup.hxx" #include "ArchiveList.hxx" #include "ArchivePlugin.hxx" #include "ArchiveFile.hxx" #include "InputPlugin.hxx" #include "util/Error.hxx" -#include "util/Domain.hxx" #include "fs/Path.hxx" #include "Log.hxx" #include <glib.h> -static constexpr Domain archive_domain("archive"); - /** * select correct archive plugin to handle the input stream * may allow stacking of archive plugins. for example for handling |