update project includes format

This commit is contained in:
MihailRis
2024-08-10 01:37:48 +03:00
parent 6c4fb417c5
commit f43cc93cd2
233 changed files with 1028 additions and 1028 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "dynamic.hpp"
#include <coders/json.hpp>
#include "coders/json.hpp"
using namespace dynamic;
+1 -1
View File
@@ -6,7 +6,7 @@
#include <string>
#include <variant>
#include <typedefs.hpp>
#include "typedefs.hpp"
namespace dynamic {
class Map;
+1 -1
View File
@@ -1,6 +1,6 @@
#include "setting.hpp"
#include <util/stringutil.hpp>
#include "util/stringutil.hpp"
std::string NumberSetting::toString() const {
switch (getFormat()) {
+2 -2
View File
@@ -6,8 +6,8 @@
#include <unordered_map>
#include <vector>
#include <delegates.hpp>
#include <typedefs.hpp>
#include "delegates.hpp"
#include "typedefs.hpp"
enum class setting_format { simple, percent };