refactor(Core): sort #includes alphabetically (#4579)

This commit is contained in:
Kitzunu
2021-02-24 22:34:42 +01:00
committed by GitHub
parent 51342ef9b5
commit dbc0ff6554
839 changed files with 3120 additions and 3157 deletions

View File

@@ -1,9 +1,9 @@
#include "AsyncAuctionListing.h"
#include "Player.h"
#include "Creature.h"
#include "AuctionHouseMgr.h"
#include "Creature.h"
#include "ObjectAccessor.h"
#include "Opcodes.h"
#include "Player.h"
#include "SpellAuraEffects.h"
uint32 AsyncAuctionListingMgr::auctionListingDiff = 0;

View File

@@ -2,13 +2,13 @@
* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
*/
#include "BanManager.h"
#include "AccountMgr.h"
#include "BanManager.h"
#include "DatabaseEnv.h"
#include "Language.h"
#include "ObjectAccessor.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "Language.h"
#include "ScriptMgr.h"
#include "World.h"
#include "WorldSession.h"

View File

@@ -1,8 +1,8 @@
#include "GameGraveyard.h"
#include "MapManager.h"
#include "DBCStores.h"
#include "DatabaseEnv.h"
#include "DBCStores.h"
#include "GameGraveyard.h"
#include "Log.h"
#include "MapManager.h"
Graveyard* Graveyard::instance()
{

View File

@@ -1,8 +1,8 @@
#include "WhoListCache.h"
#include "World.h"
#include "GuildMgr.h"
#include "ObjectAccessor.h"
#include "Player.h"
#include "GuildMgr.h"
#include "WhoListCache.h"
#include "World.h"
std::vector<WhoListPlayerInfo> WhoListCacheMgr::m_whoOpcodeList;