mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 10:03:47 +00:00
refactor(Core): sort #includes alphabetically (#4579)
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||
*/
|
||||
|
||||
#include "QuestDef.h"
|
||||
#include "Player.h"
|
||||
#include "World.h"
|
||||
#include "Opcodes.h"
|
||||
#include "Formulas.h"
|
||||
#include "Opcodes.h"
|
||||
#include "Player.h"
|
||||
#include "QuestDef.h"
|
||||
#include "World.h"
|
||||
|
||||
Quest::Quest(Field* questRecord)
|
||||
{
|
||||
|
||||
@@ -7,12 +7,11 @@
|
||||
#ifndef AZEROTHCORE_QUEST_H
|
||||
#define AZEROTHCORE_QUEST_H
|
||||
|
||||
#include "Define.h"
|
||||
#include "DatabaseEnv.h"
|
||||
#include "DBCEnums.h"
|
||||
#include "Define.h"
|
||||
#include "SharedDefines.h"
|
||||
#include "WorldPacket.h"
|
||||
#include "DBCEnums.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user