mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
removed unneeded World.h includes
this is done by this script: ack -c "World.h" | ack :1 | sed 's/:1//' | xargs grep -c sWorld | grep :0 | sed 's/:0//' | xargs sed -i '/#include "World.h"/d' i didn't checked every change but gcc haven't complained
This commit is contained in:
parent
0de4c02fd2
commit
6c39db38f4
13 changed files with 0 additions and 13 deletions
|
|
@ -26,7 +26,6 @@
|
|||
#include "Chat.h"
|
||||
#include "SpellAuras.h"
|
||||
#include "ArenaTeam.h"
|
||||
#include "World.h"
|
||||
#include "Group.h"
|
||||
#include "ObjectMgr.h"
|
||||
#include "WorldPacket.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue