removed unneeded Player.h includes

with:
ack -c Player | ack ":1$" | sed 's/:1//' | xargs /usr/bin/ack-grep "include \"Player.h\""
This commit is contained in:
balrok 2009-03-07 00:40:01 +01:00 committed by VladimirMangos
parent d0696f3a5a
commit c947823b66
2 changed files with 0 additions and 2 deletions

View file

@ -19,7 +19,6 @@
#include "AggressorAI.h"
#include "Errors.h"
#include "Creature.h"
#include "Player.h"
#include "ObjectAccessor.h"
#include "VMapFactory.h"
#include "World.h"