mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
refactor(Core): sort #includes alphabetically (#4579)
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
#ifndef __SPELL_SCRIPT_H
|
||||
#define __SPELL_SCRIPT_H
|
||||
|
||||
#include "Util.h"
|
||||
#include "SharedDefines.h"
|
||||
#include "SpellAuraDefines.h"
|
||||
#include "Spell.h"
|
||||
#include "SpellAuraDefines.h"
|
||||
#include "Util.h"
|
||||
#include <stack>
|
||||
|
||||
class Unit;
|
||||
|
||||
Reference in New Issue
Block a user