1
Fork 0
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:
Mordred Admin 2018-02-28 11:14:25 +01:00
parent 72e8fa36e8
commit 6934df80f2
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

@ -3,7 +3,6 @@
#include <common/Common.h>
#include "Actor/Player.h"
#include "Forwards.h"
namespace Core {

View file

@ -2,7 +2,7 @@
#define _CALCBATTLE_H
#include <common/Common.h>
#include "Actor/Chara.h"
#include "Forwards.h"
using namespace Core::Entity;

View file

@ -2,7 +2,7 @@
#define _CALCSTATS_H
#include <common/Common.h>
#include "Actor/Chara.h"
#include "Forwards.h"
using namespace Core::Entity;

View file

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