mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 16:43:47 +00:00
refactor(Core): sort #includes alphabetically (#4579)
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
|
||||
#include "DatabaseEnv.h"
|
||||
#include "Log.h"
|
||||
#include "World.h"
|
||||
#include "Util.h"
|
||||
#include "SkillDiscovery.h"
|
||||
#include "SpellMgr.h"
|
||||
#include "Player.h"
|
||||
#include "SkillDiscovery.h"
|
||||
#include "SpellInfo.h"
|
||||
#include "SpellMgr.h"
|
||||
#include "Util.h"
|
||||
#include "World.h"
|
||||
#include <map>
|
||||
|
||||
struct SkillDiscoveryEntry
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||
*/
|
||||
|
||||
#include "SkillExtraItems.h"
|
||||
#include "DatabaseEnv.h"
|
||||
#include "Log.h"
|
||||
#include "Player.h"
|
||||
#include "ObjectMgr.h"
|
||||
#include "Player.h"
|
||||
#include "SkillExtraItems.h"
|
||||
#include <map>
|
||||
|
||||
// some type definitions
|
||||
|
||||
Reference in New Issue
Block a user