mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 01:23:47 +00:00
refactor(Core): sort #includes alphabetically (#4579)
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||
*/
|
||||
|
||||
#include "Creature.h"
|
||||
#include "Log.h"
|
||||
#include "MoveSpline.h"
|
||||
#include <sstream>
|
||||
#include "Log.h"
|
||||
#include "Creature.h"
|
||||
|
||||
namespace Movement
|
||||
{
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
#ifndef TRINITYSERVER_MOVEPLINE_H
|
||||
#define TRINITYSERVER_MOVEPLINE_H
|
||||
|
||||
#include "Spline.h"
|
||||
#include "MoveSplineInitArgs.h"
|
||||
#include "Spline.h"
|
||||
|
||||
namespace Movement
|
||||
{
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
#ifndef TRINITYSERVER_MOVESPLINEFLAG_H
|
||||
#define TRINITYSERVER_MOVESPLINEFLAG_H
|
||||
#include "MovementTypedefs.h"
|
||||
|
||||
#include "MovementTypedefs.h"
|
||||
#include <string>
|
||||
|
||||
namespace Movement
|
||||
|
||||
@@ -4,14 +4,14 @@
|
||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||
*/
|
||||
|
||||
#include "MoveSplineInit.h"
|
||||
#include "MoveSpline.h"
|
||||
#include "MovementPacketBuilder.h"
|
||||
#include "Unit.h"
|
||||
#include "MoveSpline.h"
|
||||
#include "MoveSplineInit.h"
|
||||
#include "Opcodes.h"
|
||||
#include "Transport.h"
|
||||
#include "Unit.h"
|
||||
#include "Vehicle.h"
|
||||
#include "WorldPacket.h"
|
||||
#include "Opcodes.h"
|
||||
|
||||
namespace Movement
|
||||
{
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||
*/
|
||||
|
||||
#include "ByteBuffer.h"
|
||||
#include "MovementPacketBuilder.h"
|
||||
#include "MoveSpline.h"
|
||||
#include "ByteBuffer.h"
|
||||
|
||||
namespace Movement
|
||||
{
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
*/
|
||||
|
||||
#include "Spline.h"
|
||||
#include <sstream>
|
||||
#include <G3D/Matrix4.h>
|
||||
#include <sstream>
|
||||
|
||||
namespace Movement
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user