refactor(Core): code cleanup (part 2) (#6374)

This commit is contained in:
Francesco Borzì 2021-06-16 20:40:42 +02:00 committed by GitHub
parent 8f7ad83010
commit 466cdb68d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
80 changed files with 198 additions and 209 deletions

View file

@ -5,8 +5,6 @@
*/
#include "Common.h"
#include "DatabaseEnv.h"
#include "Language.h"
#include "Log.h"
#include "MapManager.h"
#include "NPCHandler.h"
@ -14,7 +12,6 @@
#include "Opcodes.h"
#include "Pet.h"
#include "Player.h"
#include "UpdateMask.h"
#include "World.h"
#include "WorldPacket.h"
#include "WorldSession.h"