Manager: Remove Dotfile from namespace

This commit is contained in:
Riyyi
2021-09-24 11:08:50 +02:00
parent 5226e6a24a
commit 9ff368e511
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -13,8 +13,6 @@
#include <string>
#include <vector>
namespace Util {
class Dotfile {
public:
Dotfile();
@@ -54,6 +52,4 @@ private:
static std::filesystem::path s_workingDirectory;
};
} // namespace Util
#endif // DOTFILE_H