Manager: Remove Dotfile from namespace
This commit is contained in:
@@ -17,8 +17,6 @@
|
|||||||
|
|
||||||
#include "dotfile.h"
|
#include "dotfile.h"
|
||||||
|
|
||||||
namespace Util {
|
|
||||||
|
|
||||||
std::vector<Dotfile::ExcludePath> Dotfile::s_excludePaths;
|
std::vector<Dotfile::ExcludePath> Dotfile::s_excludePaths;
|
||||||
std::vector<std::filesystem::path> Dotfile::s_systemDirectories;
|
std::vector<std::filesystem::path> Dotfile::s_systemDirectories;
|
||||||
std::filesystem::path Dotfile::s_workingDirectory;
|
std::filesystem::path Dotfile::s_workingDirectory;
|
||||||
@@ -301,5 +299,3 @@ bool Dotfile::isSystemTarget(const std::string& target)
|
|||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Util
|
|
||||||
|
|||||||
@@ -13,8 +13,6 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace Util {
|
|
||||||
|
|
||||||
class Dotfile {
|
class Dotfile {
|
||||||
public:
|
public:
|
||||||
Dotfile();
|
Dotfile();
|
||||||
@@ -54,6 +52,4 @@ private:
|
|||||||
static std::filesystem::path s_workingDirectory;
|
static std::filesystem::path s_workingDirectory;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Util
|
|
||||||
|
|
||||||
#endif // DOTFILE_H
|
#endif // DOTFILE_H
|
||||||
|
|||||||
Reference in New Issue
Block a user