refactor(src/server/game): optimise imports (#20541)
This commit is contained in:
parent
b2ddd10369
commit
a9f0f371e5
45 changed files with 44 additions and 35 deletions
|
|
@ -20,14 +20,12 @@
|
|||
#include "GridNotifiers.h"
|
||||
#include "Map.h"
|
||||
#include "MapMgr.h"
|
||||
#include "MapRefMgr.h"
|
||||
#include "ObjectMgr.h"
|
||||
#include "Pet.h"
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "Transport.h"
|
||||
#include "WaypointMgr.h"
|
||||
#include "World.h"
|
||||
|
||||
/// Put scripts in the execution queue
|
||||
void Map::ScriptsStart(ScriptMapMap const& scripts, uint32 id, Object* source, Object* target)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue