diff --git a/src/server/apps/authserver/Server/AuthSocketMgr.h b/src/server/apps/authserver/Server/AuthSocketMgr.h index c6cb27f4f..5ceaeeacb 100644 --- a/src/server/apps/authserver/Server/AuthSocketMgr.h +++ b/src/server/apps/authserver/Server/AuthSocketMgr.h @@ -19,8 +19,8 @@ #define AuthSocketMgr_h__ #include "AuthSession.h" -#include "SocketMgr.h" #include "Config.h" +#include "SocketMgr.h" class AuthSocketMgr : public SocketMgr { diff --git a/src/server/game/Globals/ObjectMgr.cpp b/src/server/game/Globals/ObjectMgr.cpp index 162833c16..1cd00cfde 100644 --- a/src/server/game/Globals/ObjectMgr.cpp +++ b/src/server/game/Globals/ObjectMgr.cpp @@ -36,7 +36,6 @@ #include "LFGMgr.h" #include "Log.h" #include "MapMgr.h" -#include #include "Pet.h" #include "PoolMgr.h" #include "ReputationMgr.h" @@ -53,6 +52,7 @@ #include "Vehicle.h" #include "World.h" #include +#include ScriptMapMap sSpellScripts; ScriptMapMap sEventScripts; diff --git a/src/server/game/Scripting/ScriptMgr.cpp b/src/server/game/Scripting/ScriptMgr.cpp index 25096ccf9..9ec3ffeea 100644 --- a/src/server/game/Scripting/ScriptMgr.cpp +++ b/src/server/game/Scripting/ScriptMgr.cpp @@ -17,8 +17,8 @@ #include "ScriptMgr.h" #include "AllScriptsObjects.h" -#include "LFGScripts.h" #include "InstanceScript.h" +#include "LFGScripts.h" #include "ScriptObject.h" #include "ScriptSystem.h" #include "SmartAI.h" diff --git a/src/server/game/Server/WorldSocket.cpp b/src/server/game/Server/WorldSocket.cpp index a2e8e5dcd..523c36913 100644 --- a/src/server/game/Server/WorldSocket.cpp +++ b/src/server/game/Server/WorldSocket.cpp @@ -30,8 +30,8 @@ #include "ScriptMgr.h" #include "World.h" #include "WorldSession.h" -#include #include "zlib.h" +#include using boost::asio::ip::tcp; diff --git a/src/server/scripts/Commands/cs_lookup.cpp b/src/server/scripts/Commands/cs_lookup.cpp index 040bcad67..0ad9752bb 100644 --- a/src/server/scripts/Commands/cs_lookup.cpp +++ b/src/server/scripts/Commands/cs_lookup.cpp @@ -31,9 +31,9 @@ EndScriptData */ #include "ObjectMgr.h" #include "Player.h" #include "ReputationMgr.h" +#include "SharedDefines.h" #include "SpellInfo.h" #include "SpellMgr.h" -#include "SharedDefines.h" using namespace Acore::ChatCommands; diff --git a/src/server/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/molten_core.cpp b/src/server/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/molten_core.cpp index 8f94b53ad..cd7cde58b 100644 --- a/src/server/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/molten_core.cpp +++ b/src/server/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/molten_core.cpp @@ -15,12 +15,12 @@ * with this program. If not, see . */ +#include "molten_core.h" #include "CreatureScript.h" #include "ScriptedCreature.h" #include "SpellScript.h" #include "SpellScriptLoader.h" #include "TaskScheduler.h" -#include "molten_core.h" enum Texts { diff --git a/src/server/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp b/src/server/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp index c0dbd8fdc..8b30cb139 100644 --- a/src/server/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp +++ b/src/server/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp @@ -17,10 +17,10 @@ #include "CreatureScript.h" #include "GameObjectScript.h" +#include "PassiveAI.h" #include "Player.h" #include "ScriptedCreature.h" #include "TaskScheduler.h" -#include "PassiveAI.h" #include "karazhan.h" enum Spells diff --git a/src/server/scripts/EasternKingdoms/Karazhan/karazhan.cpp b/src/server/scripts/EasternKingdoms/Karazhan/karazhan.cpp index 410e262d1..35c480498 100644 --- a/src/server/scripts/EasternKingdoms/Karazhan/karazhan.cpp +++ b/src/server/scripts/EasternKingdoms/Karazhan/karazhan.cpp @@ -15,6 +15,7 @@ * with this program. If not, see . */ +#include "karazhan.h" #include "AreaTriggerScript.h" #include "CreatureScript.h" #include "Player.h" @@ -25,7 +26,6 @@ #include "SpellAuras.h" #include "SpellScript.h" #include "SpellScriptLoader.h" -#include "karazhan.h" /* ScriptData SDName: Karazhan SD%Complete: 100 diff --git a/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp b/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp index 976383abd..9d9df6d45 100644 --- a/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp +++ b/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp @@ -16,6 +16,7 @@ */ #include "CreatureScript.h" +#include "GridNotifiersImpl.h" #include "Group.h" #include "LFGMgr.h" #include "Player.h" @@ -26,7 +27,6 @@ #include "SpellScriptLoader.h" #include "TaskScheduler.h" #include "shadowfang_keep.h" -#include "GridNotifiersImpl.h" enum ApothecarySpells { diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal.cpp index a5c7c4e0b..b527b96b7 100644 --- a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal.cpp +++ b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal.cpp @@ -15,13 +15,13 @@ * with this program. If not, see . */ +#include "hyjal.h" #include "CreatureScript.h" #include "Player.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "SpellScript.h" #include "SpellScriptLoader.h" -#include "hyjal.h" enum Spells { diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/TheBlackMorass/the_black_morass.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/TheBlackMorass/the_black_morass.cpp index 62eb71097..34d43737f 100644 --- a/src/server/scripts/Kalimdor/CavernsOfTime/TheBlackMorass/the_black_morass.cpp +++ b/src/server/scripts/Kalimdor/CavernsOfTime/TheBlackMorass/the_black_morass.cpp @@ -15,12 +15,12 @@ * with this program. If not, see . */ +#include "the_black_morass.h" #include "CreatureScript.h" #include "MoveSplineInit.h" #include "ScriptedCreature.h" #include "SmartAI.h" #include "SpellScriptLoader.h" -#include "the_black_morass.h" enum medivhMisc { diff --git a/src/server/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.cpp b/src/server/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.cpp index 80d7390a3..6a3acc6b8 100644 --- a/src/server/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.cpp +++ b/src/server/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.cpp @@ -15,11 +15,11 @@ * with this program. If not, see . */ +#include "ruins_of_ahnqiraj.h" #include "CreatureScript.h" #include "ScriptedCreature.h" #include "SpellScript.h" #include "SpellScriptLoader.h" -#include "ruins_of_ahnqiraj.h" enum Spells { diff --git a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/temple_of_ahnqiraj.cpp b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/temple_of_ahnqiraj.cpp index b44ed7876..4c8a68ded 100644 --- a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/temple_of_ahnqiraj.cpp +++ b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/temple_of_ahnqiraj.cpp @@ -15,6 +15,7 @@ * with this program. If not, see . */ +#include "temple_of_ahnqiraj.h" #include "AreaTriggerScript.h" #include "CreatureScript.h" #include "MapReference.h" @@ -22,7 +23,6 @@ #include "ScriptedCreature.h" #include "SpellScript.h" #include "SpellScriptLoader.h" -#include "temple_of_ahnqiraj.h" enum Spells { diff --git a/src/server/scripts/Kalimdor/ZulFarrak/instance_zulfarrak.cpp b/src/server/scripts/Kalimdor/ZulFarrak/instance_zulfarrak.cpp index f2de81202..c15a77ba2 100644 --- a/src/server/scripts/Kalimdor/ZulFarrak/instance_zulfarrak.cpp +++ b/src/server/scripts/Kalimdor/ZulFarrak/instance_zulfarrak.cpp @@ -17,12 +17,12 @@ #include "CreatureScript.h" #include "GridNotifiers.h" +#include "GridNotifiersImpl.h" #include "InstanceMapScript.h" #include "InstanceScript.h" #include "SpellScriptLoader.h" #include "TemporarySummon.h" #include "zulfarrak.h" -#include "GridNotifiersImpl.h" enum Misc { diff --git a/src/server/scripts/Northrend/FrozenHalls/ForgeOfSouls/forge_of_souls.cpp b/src/server/scripts/Northrend/FrozenHalls/ForgeOfSouls/forge_of_souls.cpp index 8834b21f8..521552dc2 100644 --- a/src/server/scripts/Northrend/FrozenHalls/ForgeOfSouls/forge_of_souls.cpp +++ b/src/server/scripts/Northrend/FrozenHalls/ForgeOfSouls/forge_of_souls.cpp @@ -15,13 +15,13 @@ * with this program. If not, see . */ +#include "forge_of_souls.h" #include "CreatureScript.h" #include "Player.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "SpellScript.h" #include "SpellScriptLoader.h" -#include "forge_of_souls.h" enum Yells { diff --git a/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp b/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp index 7ab37b5be..f68f9fe1c 100644 --- a/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp +++ b/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp @@ -15,11 +15,11 @@ * with this program. If not, see . */ +#include "halls_of_reflection.h" #include "AreaTriggerScript.h" #include "CreatureScript.h" #include "MotionMaster.h" #include "SpellScriptLoader.h" -#include "halls_of_reflection.h" enum Events { diff --git a/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.cpp b/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.cpp index eb11f3bcd..35901db4d 100644 --- a/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.cpp +++ b/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.cpp @@ -15,6 +15,7 @@ * with this program. If not, see . */ +#include "pit_of_saron.h" #include "AreaTriggerScript.h" #include "CreatureGroups.h" #include "CreatureScript.h" @@ -26,7 +27,6 @@ #include "SpellAuraEffects.h" #include "SpellScript.h" #include "SpellScriptLoader.h" -#include "pit_of_saron.h" class npc_pos_leader : public CreatureScript { diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_icecrown_gunship_battle.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_icecrown_gunship_battle.cpp index 9ae10908d..51bf4d127 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_icecrown_gunship_battle.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_icecrown_gunship_battle.cpp @@ -16,9 +16,9 @@ */ #include "AchievementCriteriaScript.h" +#include "Config.h" #include "CreatureScript.h" #include "CreatureTextMgr.h" -#include "Config.h" #include "GameTime.h" #include "MoveSpline.h" #include "MoveSplineInit.h" diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp index 901d3af98..71beac42d 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp @@ -20,12 +20,12 @@ #include "CellImpl.h" #include "CreatureScript.h" #include "GridNotifiers.h" +#include "GridNotifiersImpl.h" #include "ObjectMgr.h" #include "ScriptedCreature.h" #include "SpellAuraEffects.h" #include "SpellScriptLoader.h" #include "icecrown_citadel.h" -#include "GridNotifiersImpl.h" enum Texts { diff --git a/src/server/scripts/Northrend/IcecrownCitadel/icecrown_citadel.cpp b/src/server/scripts/Northrend/IcecrownCitadel/icecrown_citadel.cpp index a8e4c3ce8..08d1b77de 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/icecrown_citadel.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/icecrown_citadel.cpp @@ -15,12 +15,14 @@ * with this program. If not, see . */ +#include "icecrown_citadel.h" #include "AccountMgr.h" #include "AreaTriggerScript.h" #include "Cell.h" #include "CellImpl.h" #include "CreatureScript.h" #include "GridNotifiers.h" +#include "GridNotifiersImpl.h" #include "Group.h" #include "ObjectMgr.h" #include "PassiveAI.h" @@ -29,8 +31,6 @@ #include "SmartAI.h" #include "SpellAuraEffects.h" #include "SpellScriptLoader.h" -#include "icecrown_citadel.h" -#include "GridNotifiersImpl.h" enum Texts { diff --git a/src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp b/src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp index ef4054aca..508e340c9 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp @@ -16,8 +16,8 @@ */ #include "CreatureScript.h" -#include "Player.h" #include "PassiveAI.h" +#include "Player.h" #include "ScriptedCreature.h" #include "SpellAuraEffects.h" #include "SpellScript.h" diff --git a/src/server/scripts/Northrend/Nexus/Oculus/oculus.cpp b/src/server/scripts/Northrend/Nexus/Oculus/oculus.cpp index 860a92fd9..f869afa23 100644 --- a/src/server/scripts/Northrend/Nexus/Oculus/oculus.cpp +++ b/src/server/scripts/Northrend/Nexus/Oculus/oculus.cpp @@ -15,6 +15,7 @@ * with this program. If not, see . */ +#include "oculus.h" #include "CombatAI.h" #include "CreatureScript.h" #include "InstanceScript.h" @@ -27,7 +28,6 @@ #include "SpellScript.h" #include "SpellScriptLoader.h" #include "Vehicle.h" -#include "oculus.h" #include enum Drakes diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/ulduar.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/ulduar.cpp index 51c37e94e..b6ce8bbe3 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/ulduar.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/ulduar.cpp @@ -15,20 +15,20 @@ * with this program. If not, see . */ +#include "ulduar.h" #include "AreaTriggerScript.h" #include "CombatAI.h" #include "CreatureScript.h" #include "GameObjectScript.h" +#include "PassiveAI.h" #include "Player.h" #include "ScriptedCreature.h" -#include "PassiveAI.h" #include "ScriptedGossip.h" #include "SpellAuraEffects.h" #include "SpellScript.h" #include "SpellScriptLoader.h" #include "TaskScheduler.h" #include "Vehicle.h" -#include "ulduar.h" enum Texts { diff --git a/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.cpp b/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.cpp index 6d755edd0..2b1ca9868 100644 --- a/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.cpp +++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.cpp @@ -15,12 +15,12 @@ * with this program. If not, see . */ +#include "utgarde_keep.h" #include "CreatureScript.h" #include "GameObjectAI.h" #include "ScriptedCreature.h" #include "SpellScriptLoader.h" #include "Vehicle.h" -#include "utgarde_keep.h" class npc_dragonflayer_forge_master : public CreatureScript { diff --git a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/utgarde_pinnacle.cpp b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/utgarde_pinnacle.cpp index 64d4e6cb0..17473fcbb 100644 --- a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/utgarde_pinnacle.cpp +++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/utgarde_pinnacle.cpp @@ -15,11 +15,11 @@ * with this program. If not, see . */ +#include "utgarde_pinnacle.h" #include "SpellInfo.h" #include "SpellScript.h" #include "SpellScriptLoader.h" #include "Unit.h" -#include "utgarde_pinnacle.h" enum UtgardeSpells { diff --git a/src/server/scripts/Northrend/VioletHold/violet_hold.cpp b/src/server/scripts/Northrend/VioletHold/violet_hold.cpp index 976ad2be5..ba2e92fd9 100644 --- a/src/server/scripts/Northrend/VioletHold/violet_hold.cpp +++ b/src/server/scripts/Northrend/VioletHold/violet_hold.cpp @@ -15,6 +15,7 @@ * with this program. If not, see . */ +#include "violet_hold.h" #include "CreatureScript.h" #include "GameObjectScript.h" #include "PassiveAI.h" @@ -24,7 +25,6 @@ #include "ScriptedGossip.h" #include "SpellScript.h" #include "SpellScriptLoader.h" -#include "violet_hold.h" /// @todo: Missing Sinclari Trigger announcements (32204) Look at its creature_text for more info. /// @todo: Activation Crystals (go_vh_activation_crystal) (193611) are spammable, should be a 1 time use per crystal. diff --git a/src/server/scripts/Northrend/zone_dalaran.cpp b/src/server/scripts/Northrend/zone_dalaran.cpp index b1740c85d..9085eeeb3 100644 --- a/src/server/scripts/Northrend/zone_dalaran.cpp +++ b/src/server/scripts/Northrend/zone_dalaran.cpp @@ -16,8 +16,8 @@ */ #include "CreatureScript.h" -#include "Player.h" #include "MoveSplineInit.h" +#include "Player.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "World.h" diff --git a/src/server/scripts/Northrend/zone_dragonblight.cpp b/src/server/scripts/Northrend/zone_dragonblight.cpp index 5bf65ef68..0fcc2a8ed 100644 --- a/src/server/scripts/Northrend/zone_dragonblight.cpp +++ b/src/server/scripts/Northrend/zone_dragonblight.cpp @@ -22,6 +22,7 @@ #include "CreatureScript.h" #include "CreatureTextMgr.h" #include "GameObjectScript.h" +#include "GridNotifiersImpl.h" #include "PassiveAI.h" #include "Player.h" #include "ScriptedCreature.h" @@ -30,7 +31,6 @@ #include "SpellScript.h" #include "SpellScriptLoader.h" #include "Vehicle.h" -#include "GridNotifiersImpl.h" // Ours /******** diff --git a/src/server/scripts/OutdoorPvP/OutdoorPvPNA.cpp b/src/server/scripts/OutdoorPvP/OutdoorPvPNA.cpp index 19fa233fe..dfa807ce7 100644 --- a/src/server/scripts/OutdoorPvP/OutdoorPvPNA.cpp +++ b/src/server/scripts/OutdoorPvP/OutdoorPvPNA.cpp @@ -17,15 +17,15 @@ #include "OutdoorPvPNA.h" #include "CreatureScript.h" -#include "GridNotifiers.h" -#include "ScriptedCreature.h" #include "GameGraveyard.h" +#include "GridNotifiers.h" #include "Language.h" #include "MapMgr.h" #include "ObjectMgr.h" #include "OutdoorPvPMgr.h" #include "OutdoorPvPScript.h" #include "Player.h" +#include "ScriptedCreature.h" #include "World.h" #include "WorldPacket.h" diff --git a/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/instance_serpent_shrine.cpp b/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/instance_serpent_shrine.cpp index aa8f213af..54ee662b5 100644 --- a/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/instance_serpent_shrine.cpp +++ b/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/instance_serpent_shrine.cpp @@ -19,10 +19,10 @@ #include "InstanceMapScript.h" #include "InstanceScript.h" #include "Player.h" +#include "ScriptedCreature.h" #include "SpellScriptLoader.h" #include "TemporarySummon.h" #include "serpent_shrine.h" -#include "ScriptedCreature.h" DoorData const doorData[] = { diff --git a/src/server/scripts/Outland/CoilfangReservoir/SlavePens/boss_ahune.cpp b/src/server/scripts/Outland/CoilfangReservoir/SlavePens/boss_ahune.cpp index ab80dc84f..940f36955 100644 --- a/src/server/scripts/Outland/CoilfangReservoir/SlavePens/boss_ahune.cpp +++ b/src/server/scripts/Outland/CoilfangReservoir/SlavePens/boss_ahune.cpp @@ -15,13 +15,12 @@ * with this program. If not, see . */ -#include "CreatureScript.h" -#include "GameObjectScript.h" -#include "ScriptMgr.h" #include "Containers.h" +#include "CreatureScript.h" #include "CreatureTextMgr.h" #include "GameObject.h" #include "GameObjectAI.h" +#include "GameObjectScript.h" #include "Group.h" #include "InstanceScript.h" #include "LFGMgr.h" @@ -30,6 +29,7 @@ #include "ObjectAccessor.h" #include "PassiveAI.h" #include "Player.h" +#include "ScriptMgr.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "SpellAuraEffects.h" diff --git a/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp b/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp index cb1747c1e..7e17bbf66 100644 --- a/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp +++ b/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp @@ -15,13 +15,13 @@ * with this program. If not, see . */ -#include #include "CreatureScript.h" #include "MoveSplineInit.h" #include "ScriptedCreature.h" #include "SpellScriptLoader.h" #include "WaypointMgr.h" #include "the_eye.h" +#include enum Spells { diff --git a/src/server/scripts/Outland/TempestKeep/arcatraz/arcatraz.cpp b/src/server/scripts/Outland/TempestKeep/arcatraz/arcatraz.cpp index fbe462b86..1fabae440 100644 --- a/src/server/scripts/Outland/TempestKeep/arcatraz/arcatraz.cpp +++ b/src/server/scripts/Outland/TempestKeep/arcatraz/arcatraz.cpp @@ -15,10 +15,10 @@ * with this program. If not, see . */ +#include "arcatraz.h" #include "CreatureScript.h" #include "ScriptedCreature.h" #include "SpellScriptLoader.h" -#include "arcatraz.h" enum MillhouseSays { diff --git a/src/server/shared/Network/NetworkThread.h b/src/server/shared/Network/NetworkThread.h index 25be6790e..d71cee51f 100644 --- a/src/server/shared/Network/NetworkThread.h +++ b/src/server/shared/Network/NetworkThread.h @@ -20,10 +20,10 @@ #include "DeadlineTimer.h" #include "Define.h" -#include "Socket.h" #include "Errors.h" #include "IoContext.h" #include "Log.h" +#include "Socket.h" #include "Timer.h" #include #include diff --git a/src/server/shared/Network/Socket.h b/src/server/shared/Network/Socket.h index af948618e..51513ba97 100644 --- a/src/server/shared/Network/Socket.h +++ b/src/server/shared/Network/Socket.h @@ -21,8 +21,8 @@ #include "Log.h" #include "MessageBuffer.h" #include -#include #include +#include #include #include #include