mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 01:53:47 +00:00
refactor(Core): sort #includes alphabetically (#4579)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user