diff options
Diffstat (limited to 'src/ArchiveLookup.cxx')
-rw-r--r-- | src/ArchiveLookup.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ArchiveLookup.cxx b/src/ArchiveLookup.cxx index c781fcdaf..771c8fec6 100644 --- a/src/ArchiveLookup.cxx +++ b/src/ArchiveLookup.cxx @@ -19,7 +19,7 @@ #include "config.h" /* must be first for large file support */ #include "ArchiveLookup.hxx" -#include "util/Domain.hxx" +#include "ArchiveDomain.hxx" #include "Log.hxx" #include <glib.h> @@ -29,8 +29,6 @@ #include <unistd.h> #include <errno.h> -static constexpr Domain archive_domain("archive"); - /** * * archive_lookup is used to determine if part of pathname refers to an regular |