diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2024-10-31 21:46:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 21:46:11 +0100 |
commit | c06cadfe754967080c7e2a7a8d2718d6c51e7ea3 (patch) | |
tree | 0e19eddd0f250a63466ea6f464c272f9a05a2934 /src/server/game/Scripting/ScriptMgr.cpp | |
parent | 598f78730c2aaab67ef19774cc783c7be3759784 (diff) |
refactor(src/common|server): remove unused import (big part 1) (#20377)
* refactor(src/common|server): remove unused import (big part 1)
* chore: fix build
* chore: fix build
* chore: fix build
* chore: fix build
* chore: attempt to fix damn linkin error
Diffstat (limited to 'src/server/game/Scripting/ScriptMgr.cpp')
-rw-r--r-- | src/server/game/Scripting/ScriptMgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/Scripting/ScriptMgr.cpp b/src/server/game/Scripting/ScriptMgr.cpp index 3ff8933e34..83af4d8512 100644 --- a/src/server/game/Scripting/ScriptMgr.cpp +++ b/src/server/game/Scripting/ScriptMgr.cpp @@ -19,7 +19,6 @@ #include "AllScriptsObjects.h" #include "InstanceScript.h" #include "LFGScripts.h" -#include "ScriptObject.h" #include "ScriptSystem.h" #include "SmartAI.h" #include "SpellMgr.h" |