Skip to content

Commit

Permalink
refactor(src/server/scripts): remove unused imports (azerothcore#20540)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi authored Nov 13, 2024
1 parent f8d53d4 commit b2ddd10
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/server/scripts/Commands/cs_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ EndScriptData */
#include "MapMgr.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "Random.h"
#include "SpellAuraEffects.h"

using namespace Acore::ChatCommands;
Expand Down
2 changes: 0 additions & 2 deletions src/server/scripts/EasternKingdoms/zone_eversong_woods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include "InstanceMapScript.h"
#include "InstanceScript.h"
#include "Player.h"
#include "WorldPacket.h"
#include "hyjal.h"

/* Battle of Mount Hyjal encounters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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] =
Expand Down
1 change: 0 additions & 1 deletion src/server/scripts/Kalimdor/zone_moonglade.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b2ddd10

Please sign in to comment.