mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
More include improvements
This commit is contained in:
parent
72e8fa36e8
commit
6934df80f2
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,8 @@
|
|||
#include <common/Util/Util.h>
|
||||
#include <common/Util/UtilMath.h>
|
||||
|
||||
#include <common/Exd/ExdDataGenerated.h>
|
||||
|
||||
#include "ActionCollision.h"
|
||||
#include "Actor/Actor.h"
|
||||
#include "Actor/Chara.h"
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
#define _ACTIONCOLLISION_H
|
||||
|
||||
#include <common/Common.h>
|
||||
#include <common/Exd/ExdDataGenerated.h>
|
||||
|
||||
#include "Actor/Chara.h"
|
||||
#include "Action.h"
|
||||
|
||||
namespace Core {
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include <common/Common.h>
|
||||
|
||||
#include "Actor/Player.h"
|
||||
#include "Forwards.h"
|
||||
|
||||
namespace Core {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define _CALCBATTLE_H
|
||||
|
||||
#include <common/Common.h>
|
||||
#include "Actor/Chara.h"
|
||||
#include "Forwards.h"
|
||||
|
||||
using namespace Core::Entity;
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define _CALCSTATS_H
|
||||
|
||||
#include <common/Common.h>
|
||||
#include "Actor/Chara.h"
|
||||
#include "Forwards.h"
|
||||
|
||||
using namespace Core::Entity;
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
#include <common/Database/DbWorkerPool.h>
|
||||
#include <common/Database/PreparedStatement.h>
|
||||
|
||||
#include "Actor/Player.h"
|
||||
|
||||
#include "Network/GameConnection.h"
|
||||
#include "Session.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue