Core/Misc: Cleanup unused includes

This commit is contained in:
Shauren
2022-02-13 15:07:00 +01:00
parent 904299413e
commit 439b027d48
182 changed files with 38 additions and 237 deletions
@@ -28,7 +28,6 @@
#include <vector>
#include <algorithm>
#include <limits>
#include <cmath>
#include "string.h"
#define MAX_STACK_SIZE 64
-2
View File
@@ -18,10 +18,8 @@
#include "DynamicTree.h"
#include "BoundingIntervalHierarchyWrapper.h"
#include "GameObjectModel.h"
#include "Log.h"
#include "MapTree.h"
#include "ModelIgnoreFlags.h"
#include "ModelInstance.h"
#include "RegularGrid.h"
#include "Timer.h"
#include "VMapFactory.h"
@@ -16,7 +16,6 @@
*/
#include "MMapFactory.h"
#include "Config.h"
namespace MMAP
{
@@ -20,10 +20,6 @@
#include "Define.h"
#include "MMapManager.h"
#include "DetourAlloc.h"
#include "DetourNavMesh.h"
#include "DetourNavMeshQuery.h"
#include <unordered_map>
namespace MMAP
{
@@ -15,18 +15,17 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>
#include <iomanip>
#include <string>
#include <sstream>
#include "VMapManager2.h"
#include "Errors.h"
#include "Log.h"
#include "MapTree.h"
#include "ModelInstance.h"
#include "VMapDefinitions.h"
#include "WorldModel.h"
#include <G3D/Vector3.h>
#include "Log.h"
#include "VMapDefinitions.h"
#include "Errors.h"
#include <iomanip>
#include <sstream>
#include <string>
using G3D::Vector3;
-1
View File
@@ -18,7 +18,6 @@
#ifndef _WORLDMODEL_H
#define _WORLDMODEL_H
#include <G3D/HashTrait.h>
#include <G3D/Vector3.h>
#include <G3D/AABox.h>
#include <G3D/Ray.h>
+1 -1
View File
@@ -17,7 +17,7 @@
#ifndef _VMAPDEFINITIONS_H
#define _VMAPDEFINITIONS_H
#include <cstring>
#include <cstdio>
#define LIQUID_TILE_SIZE (533.333f / 128.f)
-1
View File
@@ -18,7 +18,6 @@
#include "Config.h"
#include "Log.h"
#include "StringConvert.h"
#include "Util.h"
#include <boost/property_tree/ini_parser.hpp>
#include <algorithm>
#include <memory>
@@ -21,7 +21,6 @@
#include "AuthDefines.h"
#include "BigNumber.h"
#include "Define.h"
#include "Common.h"
#include "CryptoHash.h"
#include "Optional.h"
#include <array>
@@ -19,7 +19,6 @@
#define _WORLDPACKETCRYPT_H
#include "AES.h"
#include <array>
class TC_COMMON_API WorldPacketCrypt
{
-1
View File
@@ -18,7 +18,6 @@
#include "Cryptography/BigNumber.h"
#include "Errors.h"
#include <openssl/bn.h>
#include <cstring>
#include <algorithm>
#include <memory>
@@ -19,7 +19,6 @@
#define TRINITY_SESSIONKEYGENERATOR_HPP
#include "CryptoHash.h"
#include <cstring>
template <typename Hash>
class SessionKeyGenerator
-1
View File
@@ -16,7 +16,6 @@
*/
#include "TOTP.h"
#include <cstring>
#include <openssl/evp.h>
#include <openssl/hmac.h>
-1
View File
@@ -21,7 +21,6 @@
#include "Common.h"
#include <exception>
#include <string>
#include <vector>
class DB2FileLoaderImpl;
struct DB2FieldMeta;
@@ -4,7 +4,6 @@
// FILE: WheatyExceptionReport.CPP
//==========================================
#include "WheatyExceptionReport.h"
#include "Common.h"
#include "Errors.h"
#include "GitRevision.h"
#include <algorithm>
-1
View File
@@ -22,7 +22,6 @@
#include "IpAddress.h"
#include "Log.h"
#include <fstream>
#include <iostream>
IpLocationStore::IpLocationStore()
{
-1
View File
@@ -21,7 +21,6 @@
#include "StringFormat.h"
#include "StringConvert.h"
#include "Util.h"
#include <sstream>
#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS
#include <Windows.h>
-1
View File
@@ -19,7 +19,6 @@
#include "Log.h"
#include "LogMessage.h"
#include "StringConvert.h"
#include "Util.h"
#include <algorithm>
AppenderFile::AppenderFile(uint8 id, std::string const& name, LogLevel level, AppenderFlags flags, std::vector<std::string_view> const& args) :
-1
View File
@@ -18,7 +18,6 @@
#include "Log.h"
#include "AppenderConsole.h"
#include "AppenderFile.h"
#include "Common.h"
#include "Config.h"
#include "Errors.h"
#include "Logger.h"
-1
View File
@@ -16,7 +16,6 @@
*/
#include "Metric.h"
#include "Common.h"
#include "Config.h"
#include "DeadlineTimer.h"
#include "Log.h"
-1
View File
@@ -17,7 +17,6 @@
#ifdef _WIN32
#include "Common.h"
#include "Log.h"
#include <cstring>
#include <windows.h>
+1 -1
View File
@@ -19,7 +19,7 @@
#define MPSCQueue_h__
#include <atomic>
#include <utility>
#include <type_traits>
namespace Trinity
{
@@ -18,7 +18,6 @@
#ifndef AsyncCallbackProcessor_h__
#define AsyncCallbackProcessor_h__
#include "Define.h"
#include <algorithm>
#include <vector>
-1
View File
@@ -18,7 +18,6 @@
#ifndef IteratorPair_h__
#define IteratorPair_h__
#include "Define.h"
#include <utility>
namespace Trinity
@@ -23,9 +23,7 @@
#include "Errors.h"
#include "IpNetwork.h"
#include "ProtobufJSON.h"
#include "Realm.h"
#include "Resolver.h"
#include "SessionManager.h"
#include "SslContext.h"
#include "Util.h"
#include "httpget.h"
@@ -20,7 +20,6 @@
#include "Define.h"
#include "IoContext.h"
#include "IpAddress.h"
#include "Login.pb.h"
#include "Session.h"
#include <boost/asio/ip/tcp.hpp>
-1
View File
@@ -25,7 +25,6 @@
#include "Socket.h"
#include "QueryResult.h"
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/ssl.hpp>
#include <google/protobuf/message.h>
#include <memory>
@@ -18,7 +18,6 @@
#ifndef AccountService_h__
#define AccountService_h__
#include "Common.h"
#include "Service.h"
#include "account_service.pb.h"
@@ -18,7 +18,6 @@
#ifndef AuthenticationService_h__
#define AuthenticationService_h__
#include "Common.h"
#include "Service.h"
#include "authentication_service.pb.h"
@@ -17,7 +17,6 @@
#include "ConnectionService.h"
#include "Duration.h"
#include "Log.h"
#include "Session.h"
#include "Util.h"
#include "BattlenetRpcErrorCodes.h"
@@ -18,7 +18,6 @@
#ifndef ConnectionService_h__
#define ConnectionService_h__
#include "Common.h"
#include "Service.h"
#include "connection_service.pb.h"
@@ -18,7 +18,6 @@
#ifndef GameUtilitiesServiceService_h__
#define GameUtilitiesServiceService_h__
#include "Common.h"
#include "Service.h"
#include "game_utilities_service.pb.h"
@@ -19,8 +19,6 @@
#define ServiceDispatcher_h__
#include "MessageBuffer.h"
#include "Log.h"
#include "Common.h"
#include "AccountService.h"
#include "AuthenticationService.h"
#include "challenge_service.pb.h"
@@ -16,7 +16,6 @@
*/
#include "AdhocStatement.h"
#include "Errors.h"
#include "MySQLConnection.h"
#include "QueryResult.h"
#include <cstdlib>
-1
View File
@@ -18,7 +18,6 @@
#include "Field.h"
#include "Errors.h"
#include "Log.h"
#include "MySQLHacks.h"
#include <cstring>
Field::Field()
@@ -20,7 +20,6 @@
#include "Define.h"
#include "DatabaseEnvFwd.h"
#include <map>
#include <memory>
#include <mutex>
#include <string>
@@ -18,10 +18,8 @@
#include "PreparedStatement.h"
#include "Errors.h"
#include "MySQLConnection.h"
#include "MySQLPreparedStatement.h"
#include "QueryResult.h"
#include "Log.h"
#include "MySQLWorkaround.h"
#include "StringFormat.h"
PreparedStatementBase::PreparedStatementBase(uint32 index, uint8 capacity) :
m_index(index), statement_data(capacity) { }
+1 -3
View File
@@ -18,13 +18,11 @@
#ifndef _QUERY_CALLBACK_H
#define _QUERY_CALLBACK_H
#include "Define.h"
#include "DatabaseEnvFwd.h"
#include "Define.h"
#include <functional>
#include <future>
#include <list>
#include <queue>
#include <utility>
class TC_DATABASE_API QueryCallback
{
@@ -21,6 +21,7 @@
#include "MovementGenerator.h"
#include "PathMovementBase.h"
#include <deque>
#include <vector>
class Player;
struct TaxiPathNodeEntry;
@@ -19,7 +19,6 @@
#include "antorus_the_burning_throne.h"
#include "Creature.h"
#include "CreatureAI.h"
#include "GameObject.h"
#include "InstanceScript.h"
#include "Map.h"
@@ -34,7 +34,6 @@
#include "Player.h"
#include "Random.h"
#include "ScriptMgr.h"
#include "SpellAuras.h"
#include "TemporarySummon.h"
#include "World.h"
#include "WorldStatePackets.h"
-2
View File
@@ -28,8 +28,6 @@ EndScriptData */
#include "Chat.h"
#include "ChatCommand.h"
#include "Language.h"
#include "Log.h"
#include "ObjectMgr.h"
#include "RBAC.h"
#include "WorldSession.h"
-1
View File
@@ -28,7 +28,6 @@ EndScriptData */
#include "GameEventMgr.h"
#include "GameTime.h"
#include "Language.h"
#include "Player.h"
#include "RBAC.h"
using namespace Trinity::ChatCommands;
-1
View File
@@ -29,7 +29,6 @@ EndScriptData */
#include "DatabaseEnv.h"
#include "Language.h"
#include "ObjectAccessor.h"
#include "Opcodes.h"
#include "Player.h"
#include "Realm.h"
#include "World.h"
-1
View File
@@ -26,7 +26,6 @@ EndScriptData */
#include "Chat.h"
#include "ChatCommand.h"
#include "Containers.h"
#include "DatabaseEnv.h"
#include "DB2Stores.h"
#include "Language.h"
#include "MapManager.h"
-1
View File
@@ -26,7 +26,6 @@
#include "LFG.h"
#include "Map.h"
#include "ObjectAccessor.h"
#include "ObjectMgr.h"
#include "PhasingHandler.h"
#include "Player.h"
#include "RBAC.h"
-1
View File
@@ -28,7 +28,6 @@ EndScriptData */
#include "DB2Stores.h"
#include "Language.h"
#include "LanguageMgr.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "RBAC.h"
#include "SpellInfo.h"
-1
View File
@@ -25,7 +25,6 @@
#include "Language.h"
#include "LFGMgr.h"
#include "ObjectAccessor.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "RBAC.h"
-1
View File
@@ -29,7 +29,6 @@
#include "ChatCommand.h"
#include "DisableMgr.h"
#include "GridNotifiersImpl.h"
#include "Map.h"
#include "MMapFactory.h"
#include "PathGenerator.h"
#include "PhasingHandler.h"
@@ -34,7 +34,6 @@ EndScriptData */
#include "Player.h"
#include "RBAC.h"
#include "ReputationMgr.h"
#include "SpellMgr.h"
#include "SpellPackets.h"
#include "UpdateFields.h"
#include "WorldSession.h"
-1
View File
@@ -32,7 +32,6 @@ EndScriptData */
#include "FollowMovementGenerator.h"
#include "GameTime.h"
#include "Language.h"
#include "Log.h"
#include "Map.h"
#include "MotionMaster.h"
#include "MovementDefines.h"
-2
View File
@@ -19,10 +19,8 @@
#include "Chat.h"
#include "ChatCommand.h"
#include "Language.h"
#include "Log.h"
#include "Map.h"
#include "Pet.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "RBAC.h"
#include "SpellMgr.h"
@@ -18,7 +18,6 @@
#include "ScriptMgr.h"
#include "blackrock_caverns.h"
#include "ScriptedCreature.h"
#include "Spell.h"
#include "SpellAuras.h"
#include "SpellScript.h"
#include "TemporarySummon.h"
@@ -21,7 +21,6 @@
#include "InstanceScript.h"
#include "Log.h"
#include "Map.h"
#include "MotionMaster.h"
#include "ScriptedCreature.h"
#include <sstream>
@@ -24,7 +24,6 @@ EndScriptData */
#include "ScriptMgr.h"
#include "molten_core.h"
#include "ObjectMgr.h"
#include "ScriptedCreature.h"
enum Spells
@@ -24,7 +24,6 @@ EndScriptData */
#include "ScriptMgr.h"
#include "molten_core.h"
#include "ObjectMgr.h"
#include "ScriptedCreature.h"
enum Spells
@@ -24,7 +24,6 @@ EndScriptData */
#include "ScriptMgr.h"
#include "molten_core.h"
#include "ObjectMgr.h"
#include "ScriptedCreature.h"
enum Spells
@@ -24,7 +24,6 @@ EndScriptData */
#include "ScriptMgr.h"
#include "molten_core.h"
#include "ObjectMgr.h"
#include "ScriptedCreature.h"
enum Spells
@@ -15,7 +15,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ScriptMgr.h"
#include "deadmines.h"
void AddSC_deadmines()
@@ -20,7 +20,6 @@
#include "GameObject.h"
#include "gnomeregan.h"
#include "InstanceScript.h"
#include "Log.h"
#include "Map.h"
#include <sstream>
@@ -25,7 +25,6 @@ EndScriptData */
#include "ScriptMgr.h"
#include "karazhan.h"
#include "InstanceScript.h"
#include "GameObject.h"
#include "Item.h"
#include "MotionMaster.h"
#include "ObjectAccessor.h"
@@ -16,7 +16,6 @@
*/
#include "ScriptMgr.h"
#include "GameObject.h"
#include "InstanceScript.h"
#include "magisters_terrace.h"
#include "MotionMaster.h"
@@ -23,7 +23,6 @@
#include "magisters_terrace.h"
#include "Map.h"
#include "MotionMaster.h"
#include "ObjectAccessor.h"
#include "TemporarySummon.h"
#include <sstream>
@@ -28,9 +28,8 @@
#include "ObjectAccessor.h"
#include "PassiveAI.h"
#include "Player.h"
#include "ScriptedEscortAI.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "Spell.h"
#include "SpellScript.h"
#include "SpellInfo.h"
#include "TemporarySummon.h"
@@ -21,7 +21,7 @@
#include "MotionMaster.h"
#include "ObjectAccessor.h"
#include "Player.h"
#include "ScriptedEscortAI.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
enum BloodyBreakoutTexts
@@ -19,7 +19,6 @@
#include "MotionMaster.h"
#include "PassiveAI.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "TemporarySummon.h"
/*####
@@ -20,7 +20,6 @@
#include "MotionMaster.h"
#include "ScriptedCreature.h"
#include "ScriptMgr.h"
#include "SpellAuras.h"
#include "SpellInfo.h"
#include "Timer.h"
@@ -17,7 +17,6 @@
#include "scarlet_monastery.h"
#include "Creature.h"
#include "GameObject.h"
#include "InstanceScript.h"
#include "Map.h"
#include "ScriptMgr.h"
@@ -20,7 +20,6 @@
#include "GameObjectAI.h"
#include "InstanceScript.h"
#include "MotionMaster.h"
#include "MoveSplineInit.h"
#include "ObjectAccessor.h"
#include "Player.h"
#include "scholomance.h"
@@ -19,7 +19,6 @@
#include "GameObject.h"
#include "InstanceScript.h"
#include "Map.h"
#include "Player.h"
#include "scholomance.h"
Position const GandlingLoc = { 180.7712f, -5.428603f, 75.57024f, 1.291544f };
@@ -31,7 +31,6 @@ EndContentData */
#include "GameObjectAI.h"
#include "InstanceScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "sunken_temple.h"
/*#####
@@ -26,8 +26,6 @@ npc_prophet_velen
npc_captain_selana
EndContentData */
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "sunwell_plateau.h"
/*######
@@ -15,7 +15,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "InstanceScript.h"
#include "MotionMaster.h"
#include "ScriptedCreature.h"
#include "ScriptMgr.h"
@@ -30,7 +30,6 @@ EndContentData */
#include "GameObjectAI.h"
#include "InstanceScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "uldaman.h"
/*######
@@ -23,8 +23,6 @@
#include "ObjectAccessor.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "SpellScript.h"
#include "zulaman.h"
enum Says
@@ -15,7 +15,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ObjectMgr.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "zulgurub.h"
@@ -15,10 +15,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ObjectMgr.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "Spell.h"
#include "zulgurub.h"
enum Yells
@@ -16,10 +16,8 @@
*/
#include "zulgurub.h"
#include "ObjectMgr.h"
#include "ScriptedCreature.h"
#include "ScriptMgr.h"
#include "Spell.h"
enum Yells
{
@@ -15,7 +15,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ObjectMgr.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "zulgurub.h"
@@ -21,8 +21,6 @@ Quest support: 3628.
*/
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "SpellScript.h"
#include "Player.h"
#include "Group.h"
@@ -27,8 +27,8 @@ EndContentData */
#include "ScriptMgr.h"
#include "MotionMaster.h"
#include "Player.h"
#include "ScriptedEscortAI.h"
#include "Position.h"
#include "ScriptedCreature.h"
/*######
## npc_sharpbeak used by Entrys 43161 & 51125
@@ -15,11 +15,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "Player.h"
void AddSC_ironforge()
{
}
@@ -22,7 +22,6 @@ SDComment:
Script Data End */
#include "ScriptMgr.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "MotionMaster.h"
#include "ObjectAccessor.h"
@@ -17,7 +17,6 @@
#include "ScriptMgr.h"
#include "Battlefield.h"
#include "BattlefieldMgr.h"
#include "Battlefield/BattlefieldTB.h"
#include "DB2Stores.h"
#include "ObjectMgr.h"
@@ -26,7 +25,6 @@
#include "ScriptedGossip.h"
#include "ScriptSystem.h"
#include "SpellScript.h"
#include "WorldSession.h"
enum TBSpiritGuide
{
@@ -32,7 +32,6 @@ EndContentData */
#include "ObjectAccessor.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
/*######
## npc_lady_sylvanas_windrunner
@@ -22,7 +22,6 @@
#include "GameObjectAI.h"
#include "Player.h"
#include "ScriptedEscortAI.h"
#include "ScriptedGossip.h"
#include "SpellScript.h"
enum Spells
@@ -22,7 +22,6 @@ SDComment:
SDCategory: Caverns of Time, Mount Hyjal
EndScriptData */
#include "ScriptMgr.h"
#include "CellImpl.h"
#include "GridNotifiersImpl.h"
#include "hyjal_trash.h"
@@ -18,7 +18,6 @@
#include "ScriptMgr.h"
#include "hyjal.h"
#include "hyjal_trash.h"
#include "hyjalAI.h"
#include "InstanceScript.h"
#include "MotionMaster.h"
#include "ObjectAccessor.h"
@@ -18,7 +18,6 @@
#ifndef SC_HYJAL_TRASH_AI_H
#define SC_HYJAL_TRASH_AI_H
#include "hyjal.h"
#include "ScriptedEscortAI.h"
struct hyjal_trashAI : public EscortAI
@@ -18,13 +18,9 @@
#include "culling_of_stratholme.h"
#include "InstanceScript.h"
#include "Map.h"
#include "MotionMaster.h"
#include "ObjectAccessor.h"
#include "PassiveAI.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptMgr.h"
#include "SpellMgr.h"
enum Spells
{
@@ -17,6 +17,7 @@
#include "culling_of_stratholme.h"
#include "AreaBoundary.h"
#include "EventMap.h"
#include "DB2Structure.h"
#include "GameObject.h"
#include "GameTime.h"
@@ -27,11 +28,10 @@
#include "PassiveAI.h"
#include "Player.h"
#include "QuestDef.h"
#include "ScriptedEscortAI.h"
#include "ScriptedGossip.h"
#include "ScriptMgr.h"
#include "SmartAI.h"
#include "SpellInfo.h"
#include "ScriptMgr.h"
#include "SplineChainMovementGenerator.h"
#include "StringFormat.h"
#include "TemporarySummon.h"
@@ -23,7 +23,6 @@
#include "GameTime.h"
#include "InstanceScript.h"
#include "Map.h"
#include "MotionMaster.h"
#include "Log.h"
#include "Player.h"
#include "ScriptMgr.h"
@@ -28,7 +28,7 @@ EndScriptData */
#include "InstanceScript.h"
#include "MotionMaster.h"
#include "old_hillsbrad.h"
#include "ScriptedEscortAI.h"
#include "ScriptedCreature.h"
/*######
## go_barrel_old_hillsbrad
@@ -28,7 +28,6 @@ Category: Caverns of Time, The Black Morass
#include "Log.h"
#include "Map.h"
#include "Player.h"
#include "SpellInfo.h"
#include "the_black_morass.h"
#include "TemporarySummon.h"
@@ -20,9 +20,7 @@
#include "Log.h"
#include "Map.h"
#include "ObjectAccessor.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "SpellInfo.h"
#include "the_black_morass.h"
@@ -19,7 +19,6 @@
#include "GridNotifiers.h"
#include "halls_of_origination.h"
#include "InstanceScript.h"
#include "Map.h"
#include "ObjectAccessor.h"
#include "Player.h"
#include "ScriptedCreature.h"
@@ -35,7 +35,6 @@ EndContentData */
#include "Player.h"
#include "razorfen_downs.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "TemporarySummon.h"
/*###
@@ -25,7 +25,6 @@ EndScriptData */
#include "ScriptMgr.h"
#include "GameObject.h"
#include "InstanceScript.h"
#include "Log.h"
#include "Map.h"
#include "razorfen_kraul.h"
@@ -24,7 +24,6 @@ EndScriptData */
#include "ScriptMgr.h"
#include "InstanceScript.h"
#include "ObjectAccessor.h"
#include "ScriptedCreature.h"
#include "temple_of_ahnqiraj.h"
#include "TemporarySummon.h"
@@ -25,7 +25,6 @@ EndScriptData */
#include "ScriptMgr.h"
#include "InstanceScript.h"
#include "MotionMaster.h"
#include "ObjectAccessor.h"
#include "ScriptedCreature.h"
#include "SpellInfo.h"
#include "temple_of_ahnqiraj.h"

Some files were not shown because too many files have changed in this diff Show More