refactor: phase 0 & 1

This commit is contained in:
2026-04-26 20:02:15 +03:00
parent 844093e3e7
commit b5c506cf03
36 changed files with 690 additions and 137 deletions
+1 -4
View File
@@ -24,9 +24,7 @@
* reasonable ways as different from the original version.
*/
#ifndef ACCOUNT_HPP
#define ACCOUNT_HPP
#pragma once
#include <map>
#include <string.h>
#include <string>
@@ -73,4 +71,3 @@ namespace Account {
std::string iconPath(AccountUid id);
}
#endif