From f6447e8f34c28785f605e2ae0882c24799d34456 Mon Sep 17 00:00:00 2001 From: panaut0lordv Date: Thu, 4 Jun 2009 21:41:07 +0200 Subject: *Including style fixing - part 1 --HG-- branch : trunk --- src/game/Chat.cpp | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'src/game/Chat.cpp') diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index f8c217d5c42..785ecf740ac 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -19,20 +19,21 @@ */ #include "Common.h" -#include "Language.h" -#include "Database/DatabaseEnv.h" +#include "ObjectMgr.h" +#include "World.h" #include "WorldPacket.h" #include "WorldSession.h" -#include "Opcodes.h" +#include "Database/DatabaseEnv.h" + +#include "AccountMgr.h" +#include "CellImpl.h" +#include "Chat.h" +#include "GridNotifiersImpl.h" +#include "Language.h" #include "Log.h" -#include "World.h" -#include "ObjectMgr.h" +#include "Opcodes.h" #include "Player.h" #include "UpdateMask.h" -#include "Chat.h" -#include "GridNotifiersImpl.h" -#include "CellImpl.h" -#include "AccountMgr.h" #include "TicketMgr.h" // Supported shift-links (client generated and server side) -- cgit v1.2.3