Manager: Switch from Util to the ruc library

This commit is contained in:
Riyyi
2022-09-13 11:08:47 +02:00
parent 2b3acd5d51
commit 4927e35bfc
9 changed files with 37 additions and 37 deletions
+2 -2
View File
@@ -13,9 +13,9 @@
#include <string>
#include <vector>
#include "util/singleton.h"
#include "ruc/singleton.h"
class Dotfile : public Util::Singleton<Dotfile> {
class Dotfile : public ruc::Singleton<Dotfile> {
public:
Dotfile(s);
virtual ~Dotfile();