refactor(src/server/scripts): remove unused imports (#20540)

This commit is contained in:
Francesco Borzì
2024-11-13 06:35:15 +01:00
committed by GitHub
parent f8d53d4cd8
commit b2ddd10369
7 changed files with 0 additions and 9 deletions

View File

@@ -32,7 +32,6 @@ EndScriptData */
#include "MapMgr.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "Random.h"
#include "SpellAuraEffects.h"
using namespace Acore::ChatCommands;

View File

@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "Common.h"
#include "CreatureScript.h"
#include "ScriptedCreature.h"

View File

@@ -19,7 +19,6 @@
#include "InstanceMapScript.h"
#include "InstanceScript.h"
#include "Player.h"
#include "WorldPacket.h"
#include "hyjal.h"
/* Battle of Mount Hyjal encounters:

View File

@@ -18,8 +18,6 @@
#include "InstanceMapScript.h"
#include "InstanceScript.h"
#include "Player.h"
#include "SpellInfo.h"
#include "TemporarySummon.h"
#include "the_black_morass.h"
const Position PortalLocation[4] =

View File

@@ -33,7 +33,6 @@ EndContentData */
#include "Cell.h"
#include "CreatureScript.h"
#include "GridNotifiers.h"
#include "GridNotifiersImpl.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptedEscortAI.h"

View File

@@ -20,7 +20,6 @@
#include "InstanceScript.h"
#include "Player.h"
#include "SpellScriptLoader.h"
#include "TemporarySummon.h"
#include "WorldPacket.h"
#include "ruby_sanctum.h"
#include "SpellScript.h"

View File

@@ -15,7 +15,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "CreatureScript.h"
#include "InstanceMapScript.h"
#include "Player.h"
#include "ScriptedCreature.h"