fs/Path: move path_domain to Domain.hxx
This commit is contained in:
@@ -19,11 +19,11 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "Path.hxx"
|
||||
#include "Domain.hxx"
|
||||
#include "Limits.hxx"
|
||||
#include "ConfigGlobal.hxx"
|
||||
#include "system/FatalError.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "util/Domain.hxx"
|
||||
#include "Log.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
@@ -47,8 +47,6 @@
|
||||
*/
|
||||
static constexpr size_t MPD_PATH_MAX_UTF8 = (MPD_PATH_MAX - 1) * 4 + 1;
|
||||
|
||||
const Domain path_domain("path");
|
||||
|
||||
static std::string fs_charset;
|
||||
|
||||
inline Path::Path(Donate, pointer _value)
|
||||
|
||||
Reference in New Issue
Block a user