ConfigPath: move path_domain to system/Path.cxx

This commit is contained in:
Max Kellermann
2013-09-12 10:03:37 +02:00
parent 08e6d222a2
commit bf4ee48efa
3 changed files with 5 additions and 3 deletions

View File

@@ -21,7 +21,6 @@
#include "ConfigPath.hxx"
#include "fs/Path.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
@@ -49,8 +48,6 @@
#include <windows.h>
#endif
static constexpr Domain path_domain("path");
Path
ParsePath(const char *path, Error &error)
{