mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
refactor(Core/Misc): headers cleanup (#9259)
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "MoveSpline.h"
|
||||
#include "Creature.h"
|
||||
#include "Log.h"
|
||||
#include "MoveSpline.h"
|
||||
#include <sstream>
|
||||
|
||||
namespace Movement
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "MovementPacketBuilder.h"
|
||||
#include "MoveSpline.h"
|
||||
#include "MoveSplineInit.h"
|
||||
#include "MoveSpline.h"
|
||||
#include "MovementPacketBuilder.h"
|
||||
#include "Opcodes.h"
|
||||
#include "Transport.h"
|
||||
#include "Unit.h"
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "ByteBuffer.h"
|
||||
#include "MovementPacketBuilder.h"
|
||||
#include "ByteBuffer.h"
|
||||
#include "MoveSpline.h"
|
||||
|
||||
namespace Movement
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#ifndef TRINITYSERVER_SPLINE_H
|
||||
#define TRINITYSERVER_SPLINE_H
|
||||
|
||||
#include "MovementTypedefs.h"
|
||||
#include "Errors.h"
|
||||
#include "MovementTypedefs.h"
|
||||
#include <G3D/Vector3.h>
|
||||
#include <limits>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user