minor refactor

This commit is contained in:
MihailRis
2024-05-05 20:08:25 +03:00
parent 75e56ebd83
commit 7f8a86b740
35 changed files with 76 additions and 83 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "toml.h"
#include "toml.hpp"
#include "commons.h"
#include "../data/setting.hpp"
#include "../data/dynamic.h"
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef CODERS_TOML_H_
#define CODERS_TOML_H_
#ifndef CODERS_TOML_HPP_
#define CODERS_TOML_HPP_
#include <string>
#include <vector>
@@ -19,4 +19,4 @@ namespace toml {
);
}
#endif // CODERS_TOML_H_
#endif // CODERS_TOML_HPP_