Reorganize more includes

This commit is contained in:
FutureRave 2022-03-24 10:44:20 +00:00
parent be39b1b8a2
commit 61de518130
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955
9 changed files with 11 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#include "std_include.hpp"
#include <std_include.hpp>
#include "context_initializer.hpp"
namespace game::scripting

View File

@ -1,4 +1,4 @@
#include "std_include.hpp"
#include <std_include.hpp>
#include "context_initializer.hpp"
#include "utils/string.hpp"

View File

@ -1,4 +1,4 @@
#include "std_include.hpp"
#include <std_include.hpp>
#include "context.hpp"
namespace game::scripting

View File

@ -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"

View File

@ -1,4 +1,4 @@
#include "std_include.hpp"
#include <std_include.hpp>
#include "functions.hpp"
namespace game::scripting

View File

@ -1,4 +1,4 @@
#include "std_include.hpp"
#include <std_include.hpp>
#include "context.hpp"
namespace game::scripting

View File

@ -1,4 +1,4 @@
#include "std_include.hpp"
#include <std_include.hpp>
#include "safe_executer.hpp"
#pragma warning(push)

View File

@ -1,4 +1,4 @@
#include "std_include.hpp"
#include <std_include.hpp>
#include "context.hpp"
namespace game::scripting

View File

@ -1,4 +1,4 @@
#include "std_include.hpp"
#include <std_include.hpp>
#include "stack_isolation.hpp"
namespace game::scripting