mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-04 11:33:48 +00:00
refactor(Core): sort #includes alphabetically (#4579)
This commit is contained in:
@@ -7,10 +7,11 @@
|
||||
#ifndef _SPELLINFO_H
|
||||
#define _SPELLINFO_H
|
||||
|
||||
#include "SharedDefines.h"
|
||||
#include "Util.h"
|
||||
#include "DBCStructure.h"
|
||||
#include "Object.h"
|
||||
#include "SharedDefines.h"
|
||||
#include "SpellAuraDefines.h"
|
||||
#include "Util.h"
|
||||
|
||||
class Unit;
|
||||
class Player;
|
||||
|
||||
Reference in New Issue
Block a user