diff options
| author | Brian <runningnak3d@gmail.com> | 2010-06-08 13:05:47 -0600 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-06-08 13:05:47 -0600 |
| commit | b76b6700edeac8f7b036e39400cbfb6bd1a22c33 (patch) | |
| tree | c490994f020f5c5ff6c12e819615ead04d21b51c /src/server/game/Chat/Chat.cpp | |
| parent | 413af7b21f57930c8cb4a0777168bd601828c51a (diff) | |
* Linux compile with and without PCH fixed
* Script library compile fixed
* --todo: fix all scripts themselves :)
--HG--
branch : trunk
Diffstat (limited to 'src/server/game/Chat/Chat.cpp')
| -rw-r--r-- | src/server/game/Chat/Chat.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/server/game/Chat/Chat.cpp b/src/server/game/Chat/Chat.cpp index 66d867e4a69..10fec8fbe4f 100644 --- a/src/server/game/Chat/Chat.cpp +++ b/src/server/game/Chat/Chat.cpp @@ -21,19 +21,19 @@ #include "Common.h" #include "ObjectMgr.h" #include "World.h" -#include "Packets/WorldPacket.h" -#include "Server/WorldSession.h" -#include "Database/DatabaseEnv.h" +#include "WorldPacket.h" +#include "WorldSession.h" +#include "DatabaseEnv.h" #include "AccountMgr.h" -#include "Grids/Cells/CellImpl.h" +#include "CellImpl.h" #include "Chat.h" -#include "Grids/Notifiers/GridNotifiersImpl.h" -#include "Miscellaneous/Language.h" -#include "Logging/Log.h" -#include "Server/Protocol/Opcodes.h" +#include "GridNotifiersImpl.h" +#include "Language.h" +#include "Log.h" +#include "Opcodes.h" #include "Player.h" -#include "Entities/Object/Updates/UpdateMask.h" +#include "UpdateMask.h" #include "SpellMgr.h" // Supported shift-links (client generated and server side) |
