mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
refactor(Core): sort #includes alphabetically (#4579)
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
#include "DatabaseEnv.h"
|
||||
#include "GridDefines.h"
|
||||
#include "WaypointManager.h"
|
||||
#include "MapManager.h"
|
||||
#include "Log.h"
|
||||
#include "MapManager.h"
|
||||
#include "WaypointManager.h"
|
||||
|
||||
WaypointMgr::WaypointMgr()
|
||||
{
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
#define ACORE_WAYPOINTMANAGER_H
|
||||
|
||||
#include "Common.h"
|
||||
#include <vector>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
enum WaypointMoveType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user