summaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellScript.cpp
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-02-24 22:34:42 +0100
committerGitHub <noreply@github.com>2021-02-24 22:34:42 +0100
commitdbc0ff6554f58a139ff671e58396e6a95f141312 (patch)
treea582313c4035615070a71d3e7f1cc0e8b248234c /src/server/game/Spells/SpellScript.cpp
parent51342ef9b5008ac9fd4cbd0710c9cc924a35aad6 (diff)
refactor(Core): sort #includes alphabetically (#4579)
Diffstat (limited to 'src/server/game/Spells/SpellScript.cpp')
-rw-r--r--src/server/game/Spells/SpellScript.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Spells/SpellScript.cpp b/src/server/game/Spells/SpellScript.cpp
index da97a91370..8e4e12bf81 100644
--- a/src/server/game/Spells/SpellScript.cpp
+++ b/src/server/game/Spells/SpellScript.cpp
@@ -4,11 +4,11 @@
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
-#include <string>
#include "Spell.h"
#include "SpellAuras.h"
-#include "SpellScript.h"
#include "SpellMgr.h"
+#include "SpellScript.h"
+#include <string>
bool _SpellScript::_Validate(SpellInfo const* entry)
{