Root includes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <string>
|
||||
#include <variant>
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
|
||||
namespace dynamic {
|
||||
class Map;
|
||||
|
||||
@@ -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