diff options
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 |