mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 00:23:48 +00:00
refactor(Core): sort #includes alphabetically (#4579)
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
#ifndef ACORE_MOVEMENTGENERATOR_H
|
||||
#define ACORE_MOVEMENTGENERATOR_H
|
||||
|
||||
#include "Define.h"
|
||||
#include "ObjectRegistry.h"
|
||||
#include "FactoryHolder.h"
|
||||
#include "Common.h"
|
||||
#include "Define.h"
|
||||
#include "FactoryHolder.h"
|
||||
#include "MotionMaster.h"
|
||||
#include "ObjectRegistry.h"
|
||||
|
||||
class Unit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user