mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-06 12:27:48 +00:00
refactor(Core): sort #includes alphabetically (#4579)
This commit is contained in:
@@ -7,11 +7,10 @@
|
||||
#ifndef ACORE_CELL_H
|
||||
#define ACORE_CELL_H
|
||||
|
||||
#include "GridDefines.h"
|
||||
#include "TypeContainer.h"
|
||||
#include "TypeContainerVisitor.h"
|
||||
|
||||
#include "GridDefines.h"
|
||||
|
||||
class Map;
|
||||
class WorldObject;
|
||||
|
||||
|
||||
@@ -7,11 +7,10 @@
|
||||
#ifndef ACORE_CELLIMPL_H
|
||||
#define ACORE_CELLIMPL_H
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "Cell.h"
|
||||
#include "Map.h"
|
||||
#include "Object.h"
|
||||
#include <cmath>
|
||||
|
||||
inline Cell::Cell(CellCoord const& p)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user