mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
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:
parent
d0696f3a5a
commit
c947823b66
2 changed files with 0 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue