diff options
author | megamage <none@none> | 2009-03-08 13:05:56 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-08 13:05:56 -0600 |
commit | 328345ac1ab328fb382ec40ba6f5fa95b43a72c4 (patch) | |
tree | 7df78db6c5639339cc85b38c36903931dc4730ce /src/game/Level0.cpp | |
parent | 56416558fadae5fa160c34280760c5c9883c68f2 (diff) |
[7403] much more unneeded includes removed Author: balrok
--HG--
branch : trunk
Diffstat (limited to 'src/game/Level0.cpp')
-rw-r--r-- | src/game/Level0.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/Level0.cpp b/src/game/Level0.cpp index e3c0c9f86f7..a8bbbfb95a1 100644 --- a/src/game/Level0.cpp +++ b/src/game/Level0.cpp @@ -20,13 +20,10 @@ #include "Common.h" #include "Database/DatabaseEnv.h" -#include "WorldPacket.h" -#include "WorldSession.h" #include "World.h" #include "Player.h" #include "Opcodes.h" #include "Chat.h" -#include "MapManager.h" #include "ObjectAccessor.h" #include "Language.h" #include "AccountMgr.h" |