Reorganize more includes
This commit is contained in:
parent
be39b1b8a2
commit
61de518130
@ -1,4 +1,4 @@
|
||||
#include "std_include.hpp"
|
||||
#include <std_include.hpp>
|
||||
#include "context_initializer.hpp"
|
||||
|
||||
namespace game::scripting
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "std_include.hpp"
|
||||
#include <std_include.hpp>
|
||||
#include "context_initializer.hpp"
|
||||
|
||||
#include "utils/string.hpp"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "std_include.hpp"
|
||||
#include <std_include.hpp>
|
||||
#include "context.hpp"
|
||||
|
||||
namespace game::scripting
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include "std_include.hpp"
|
||||
#include <std_include.hpp>
|
||||
#include <utils/string.hpp>
|
||||
|
||||
#include "game/game.hpp"
|
||||
#include "utils/string.hpp"
|
||||
#include "functions.hpp"
|
||||
#include "stack_isolation.hpp"
|
||||
#include "safe_executer.hpp"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "std_include.hpp"
|
||||
#include <std_include.hpp>
|
||||
#include "functions.hpp"
|
||||
|
||||
namespace game::scripting
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "std_include.hpp"
|
||||
#include <std_include.hpp>
|
||||
#include "context.hpp"
|
||||
|
||||
namespace game::scripting
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "std_include.hpp"
|
||||
#include <std_include.hpp>
|
||||
#include "safe_executer.hpp"
|
||||
|
||||
#pragma warning(push)
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "std_include.hpp"
|
||||
#include <std_include.hpp>
|
||||
#include "context.hpp"
|
||||
|
||||
namespace game::scripting
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "std_include.hpp"
|
||||
#include <std_include.hpp>
|
||||
#include "stack_isolation.hpp"
|
||||
|
||||
namespace game::scripting
|
||||
|
Loading…
Reference in New Issue
Block a user