update project includes format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "dynamic.hpp"
|
||||
|
||||
#include <coders/json.hpp>
|
||||
#include "coders/json.hpp"
|
||||
|
||||
using namespace dynamic;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <string>
|
||||
#include <variant>
|
||||
|
||||
#include <typedefs.hpp>
|
||||
#include "typedefs.hpp"
|
||||
|
||||
namespace dynamic {
|
||||
class Map;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "setting.hpp"
|
||||
|
||||
#include <util/stringutil.hpp>
|
||||
#include "util/stringutil.hpp"
|
||||
|
||||
std::string NumberSetting::toString() const {
|
||||
switch (getFormat()) {
|
||||
|
||||
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user