From f2630d138276166e8d2efdcafb02610ebd8fd95c Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Sat, 14 Mar 2026 15:14:30 +0100 Subject: [PATCH] Corrected core.hpp include in skills (#9917) --- src/map/skills/acolyte/adoramus.cpp | 2 +- src/map/skills/acolyte/judex.cpp | 2 +- src/map/skills/archer/aimedbolt.cpp | 2 +- src/map/skills/archer/arrowstorm.cpp | 2 +- src/map/skills/archer/crescivebolt.cpp | 2 +- src/map/skills/archer/deepblindtrap.cpp | 2 +- src/map/skills/archer/flametrap.cpp | 2 +- src/map/skills/archer/focusedarrowstrike.cpp | 1 - src/map/skills/archer/galestorm.cpp | 2 +- src/map/skills/archer/hawkboomerang.cpp | 2 +- src/map/skills/archer/hawkrush.cpp | 2 +- src/map/skills/archer/solidtrap.cpp | 2 +- src/map/skills/archer/swifttrap.cpp | 2 +- src/map/skills/archer/wildwalk.cpp | 2 +- src/map/skills/mage/allbloom.cpp | 2 +- src/map/skills/mage/astralstrike.cpp | 2 +- src/map/skills/mage/crimsonarrow.cpp | 2 +- src/map/skills/mage/crystalimpact.cpp | 2 +- src/map/skills/mage/deadlyprojection.cpp | 2 +- src/map/skills/mage/destructivehurricane.cpp | 2 +- src/map/skills/mage/floralflareroad.cpp | 2 +- src/map/skills/mage/frozenslash.cpp | 2 +- src/map/skills/mage/gravitationfield.cpp | 1 - src/map/skills/mage/mysteryillusion.cpp | 2 +- src/map/skills/mage/napalmvulcan.cpp | 1 - src/map/skills/mage/rainofcrystal.cpp | 2 +- src/map/skills/mage/rockdown.cpp | 2 +- src/map/skills/mage/soulvulcanstrike.cpp | 2 +- src/map/skills/mage/stormcannon.cpp | 2 +- src/map/skills/mage/strantumtremor.cpp | 2 +- src/map/skills/mage/tornadostorm.cpp | 2 +- src/map/skills/mage/violentquake.cpp | 2 +- src/map/skills/novice/doublebowlingbash.cpp | 2 +- src/map/skills/novice/groundgravitation.cpp | 2 +- src/map/skills/novice/hellsdrive.cpp | 2 +- src/map/skills/novice/jackfrostnova.cpp | 2 +- src/map/skills/novice/jupitelthunderstorm.cpp | 2 +- src/map/skills/novice/megasonicblow.cpp | 2 +- src/map/skills/novice/meteorstormbuster.cpp | 2 +- src/map/skills/novice/napalmvulcanstrike.cpp | 2 +- src/map/skills/novice/shieldchainrush.cpp | 2 +- src/map/skills/novice/spiralpiercemax.cpp | 2 +- src/map/skills/swordman/gloriadomini.cpp | 2 +- src/map/skills/swordman/shieldchain.cpp | 1 - src/map/skills/swordman/spiralpierce.cpp | 1 - src/map/skills/taekwon/circleofdirectionsandelementals.cpp | 2 +- src/map/skills/taekwon/exorcismofmalicioussoul.cpp | 2 +- src/map/skills/taekwon/talismanofblacktortoise.cpp | 2 +- src/map/skills/taekwon/talismanofbluedragon.cpp | 2 +- src/map/skills/taekwon/talismanoffourbearinggod.cpp | 2 +- src/map/skills/taekwon/talismanofredphoenix.cpp | 2 +- src/map/skills/taekwon/talismanofsoulstealing.cpp | 2 +- src/map/skills/taekwon/talismanofwhitetiger.cpp | 2 +- src/map/skills/thief/crossslash.cpp | 2 +- src/map/skills/thief/dancingknife.cpp | 2 +- src/map/skills/thief/eternalslash.cpp | 2 +- src/map/skills/thief/fatalshadowcrow.cpp | 2 +- src/map/skills/thief/impactcrater.cpp | 2 +- src/map/skills/thief/meteorassault.cpp | 1 - src/map/skills/thief/savageimpact.cpp | 2 +- src/map/skills/thief/shadowstab.cpp | 2 +- src/map/skills/thief/souldestroyer.cpp | 1 - 62 files changed, 55 insertions(+), 62 deletions(-) diff --git a/src/map/skills/acolyte/adoramus.cpp b/src/map/skills/acolyte/adoramus.cpp index 0ab38ad949f..6a7206394a0 100644 --- a/src/map/skills/acolyte/adoramus.cpp +++ b/src/map/skills/acolyte/adoramus.cpp @@ -3,7 +3,7 @@ #include "adoramus.hpp" -#include +#include #include "map/map.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/acolyte/judex.cpp b/src/map/skills/acolyte/judex.cpp index 5e19e5c9ed5..9389d843e08 100644 --- a/src/map/skills/acolyte/judex.cpp +++ b/src/map/skills/acolyte/judex.cpp @@ -3,7 +3,7 @@ #include "judex.hpp" -#include +#include #include "map/status.hpp" diff --git a/src/map/skills/archer/aimedbolt.cpp b/src/map/skills/archer/aimedbolt.cpp index 9ca4f49aa67..1f7d2da6311 100644 --- a/src/map/skills/archer/aimedbolt.cpp +++ b/src/map/skills/archer/aimedbolt.cpp @@ -3,7 +3,7 @@ #include "aimedbolt.hpp" -#include +#include #include "map/status.hpp" diff --git a/src/map/skills/archer/arrowstorm.cpp b/src/map/skills/archer/arrowstorm.cpp index 14d607a17f2..6570f69c2e0 100644 --- a/src/map/skills/archer/arrowstorm.cpp +++ b/src/map/skills/archer/arrowstorm.cpp @@ -3,7 +3,7 @@ #include "arrowstorm.hpp" -#include +#include #include "map/status.hpp" diff --git a/src/map/skills/archer/crescivebolt.cpp b/src/map/skills/archer/crescivebolt.cpp index ff65f42e468..195b63861e5 100644 --- a/src/map/skills/archer/crescivebolt.cpp +++ b/src/map/skills/archer/crescivebolt.cpp @@ -3,7 +3,7 @@ #include "crescivebolt.hpp" -#include +#include #include "map/clif.hpp" #include "map/status.hpp" diff --git a/src/map/skills/archer/deepblindtrap.cpp b/src/map/skills/archer/deepblindtrap.cpp index bcf1850f7da..8868d6f8673 100644 --- a/src/map/skills/archer/deepblindtrap.cpp +++ b/src/map/skills/archer/deepblindtrap.cpp @@ -3,7 +3,7 @@ #include "deepblindtrap.hpp" -#include +#include #include "map/pc.hpp" #include "map/status.hpp" diff --git a/src/map/skills/archer/flametrap.cpp b/src/map/skills/archer/flametrap.cpp index 8af0f29e904..bbc53a91b91 100644 --- a/src/map/skills/archer/flametrap.cpp +++ b/src/map/skills/archer/flametrap.cpp @@ -3,7 +3,7 @@ #include "flametrap.hpp" -#include +#include #include "map/pc.hpp" #include "map/status.hpp" diff --git a/src/map/skills/archer/focusedarrowstrike.cpp b/src/map/skills/archer/focusedarrowstrike.cpp index 666b284d5a5..937e133775c 100644 --- a/src/map/skills/archer/focusedarrowstrike.cpp +++ b/src/map/skills/archer/focusedarrowstrike.cpp @@ -3,7 +3,6 @@ #include "focusedarrowstrike.hpp" -#include #include #include "map/status.hpp" diff --git a/src/map/skills/archer/galestorm.cpp b/src/map/skills/archer/galestorm.cpp index 79def027ec3..f3ab7114d53 100644 --- a/src/map/skills/archer/galestorm.cpp +++ b/src/map/skills/archer/galestorm.cpp @@ -3,7 +3,7 @@ #include "galestorm.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/archer/hawkboomerang.cpp b/src/map/skills/archer/hawkboomerang.cpp index f013f84624a..fe29faf26ea 100644 --- a/src/map/skills/archer/hawkboomerang.cpp +++ b/src/map/skills/archer/hawkboomerang.cpp @@ -3,7 +3,7 @@ #include "hawkboomerang.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/archer/hawkrush.cpp b/src/map/skills/archer/hawkrush.cpp index a5f9819acb3..2138bd82889 100644 --- a/src/map/skills/archer/hawkrush.cpp +++ b/src/map/skills/archer/hawkrush.cpp @@ -3,7 +3,7 @@ #include "hawkrush.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/archer/solidtrap.cpp b/src/map/skills/archer/solidtrap.cpp index 7ec3bdc1b51..b38ea36d63d 100644 --- a/src/map/skills/archer/solidtrap.cpp +++ b/src/map/skills/archer/solidtrap.cpp @@ -3,7 +3,7 @@ #include "solidtrap.hpp" -#include +#include #include "map/pc.hpp" #include "map/status.hpp" diff --git a/src/map/skills/archer/swifttrap.cpp b/src/map/skills/archer/swifttrap.cpp index 46ba61f3ce6..e9511d27313 100644 --- a/src/map/skills/archer/swifttrap.cpp +++ b/src/map/skills/archer/swifttrap.cpp @@ -3,7 +3,7 @@ #include "swifttrap.hpp" -#include +#include #include "map/pc.hpp" #include "map/status.hpp" diff --git a/src/map/skills/archer/wildwalk.cpp b/src/map/skills/archer/wildwalk.cpp index 2d8aca5695a..2f869a93433 100644 --- a/src/map/skills/archer/wildwalk.cpp +++ b/src/map/skills/archer/wildwalk.cpp @@ -3,7 +3,7 @@ #include "wildwalk.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/mage/allbloom.cpp b/src/map/skills/mage/allbloom.cpp index ef7e62c9d8b..48dd13e9a05 100644 --- a/src/map/skills/mage/allbloom.cpp +++ b/src/map/skills/mage/allbloom.cpp @@ -3,7 +3,7 @@ #include "allbloom.hpp" -#include +#include #include "map/status.hpp" diff --git a/src/map/skills/mage/astralstrike.cpp b/src/map/skills/mage/astralstrike.cpp index d5d66defbeb..7ecb2c55361 100644 --- a/src/map/skills/mage/astralstrike.cpp +++ b/src/map/skills/mage/astralstrike.cpp @@ -3,7 +3,7 @@ #include "astralstrike.hpp" -#include +#include #include "map/status.hpp" diff --git a/src/map/skills/mage/crimsonarrow.cpp b/src/map/skills/mage/crimsonarrow.cpp index 6444bee9f53..6c5a94b5137 100644 --- a/src/map/skills/mage/crimsonarrow.cpp +++ b/src/map/skills/mage/crimsonarrow.cpp @@ -3,7 +3,7 @@ #include "crimsonarrow.hpp" -#include +#include #include "map/clif.hpp" #include "map/status.hpp" diff --git a/src/map/skills/mage/crystalimpact.cpp b/src/map/skills/mage/crystalimpact.cpp index 1fdbca94b52..9745664336b 100644 --- a/src/map/skills/mage/crystalimpact.cpp +++ b/src/map/skills/mage/crystalimpact.cpp @@ -3,7 +3,7 @@ #include "crystalimpact.hpp" -#include +#include #include "map/clif.hpp" #include "map/status.hpp" diff --git a/src/map/skills/mage/deadlyprojection.cpp b/src/map/skills/mage/deadlyprojection.cpp index 7cac7f4f1a1..17d45f75048 100644 --- a/src/map/skills/mage/deadlyprojection.cpp +++ b/src/map/skills/mage/deadlyprojection.cpp @@ -3,7 +3,7 @@ #include "deadlyprojection.hpp" -#include +#include #include "map/status.hpp" diff --git a/src/map/skills/mage/destructivehurricane.cpp b/src/map/skills/mage/destructivehurricane.cpp index 6d7eff7b295..390d57d9ce3 100644 --- a/src/map/skills/mage/destructivehurricane.cpp +++ b/src/map/skills/mage/destructivehurricane.cpp @@ -3,7 +3,7 @@ #include "destructivehurricane.hpp" -#include +#include #include "map/clif.hpp" #include "map/status.hpp" diff --git a/src/map/skills/mage/floralflareroad.cpp b/src/map/skills/mage/floralflareroad.cpp index a1c673170fa..3f66a271e5c 100644 --- a/src/map/skills/mage/floralflareroad.cpp +++ b/src/map/skills/mage/floralflareroad.cpp @@ -3,7 +3,7 @@ #include "floralflareroad.hpp" -#include +#include #include "map/status.hpp" diff --git a/src/map/skills/mage/frozenslash.cpp b/src/map/skills/mage/frozenslash.cpp index f5b85552158..7fdf50edcb5 100644 --- a/src/map/skills/mage/frozenslash.cpp +++ b/src/map/skills/mage/frozenslash.cpp @@ -3,7 +3,7 @@ #include "frozenslash.hpp" -#include +#include #include "map/clif.hpp" #include "map/status.hpp" diff --git a/src/map/skills/mage/gravitationfield.cpp b/src/map/skills/mage/gravitationfield.cpp index ca3d6ab4f08..d71fd6b0023 100644 --- a/src/map/skills/mage/gravitationfield.cpp +++ b/src/map/skills/mage/gravitationfield.cpp @@ -3,7 +3,6 @@ #include "gravitationfield.hpp" -#include #include #include "map/status.hpp" diff --git a/src/map/skills/mage/mysteryillusion.cpp b/src/map/skills/mage/mysteryillusion.cpp index 60c060b9d55..76da12a4f6f 100644 --- a/src/map/skills/mage/mysteryillusion.cpp +++ b/src/map/skills/mage/mysteryillusion.cpp @@ -3,7 +3,7 @@ #include "mysteryillusion.hpp" -#include +#include #include "map/status.hpp" diff --git a/src/map/skills/mage/napalmvulcan.cpp b/src/map/skills/mage/napalmvulcan.cpp index 6acf275b8a2..845a16bb789 100644 --- a/src/map/skills/mage/napalmvulcan.cpp +++ b/src/map/skills/mage/napalmvulcan.cpp @@ -3,7 +3,6 @@ #include "napalmvulcan.hpp" -#include #include #include "map/status.hpp" diff --git a/src/map/skills/mage/rainofcrystal.cpp b/src/map/skills/mage/rainofcrystal.cpp index 564cbaf8bbf..4a017ac730a 100644 --- a/src/map/skills/mage/rainofcrystal.cpp +++ b/src/map/skills/mage/rainofcrystal.cpp @@ -3,7 +3,7 @@ #include "rainofcrystal.hpp" -#include +#include #include "map/status.hpp" diff --git a/src/map/skills/mage/rockdown.cpp b/src/map/skills/mage/rockdown.cpp index d813003c428..d3a9e232cea 100644 --- a/src/map/skills/mage/rockdown.cpp +++ b/src/map/skills/mage/rockdown.cpp @@ -3,7 +3,7 @@ #include "rockdown.hpp" -#include +#include #include "map/clif.hpp" #include "map/status.hpp" diff --git a/src/map/skills/mage/soulvulcanstrike.cpp b/src/map/skills/mage/soulvulcanstrike.cpp index b327d876af2..b366a1b2673 100644 --- a/src/map/skills/mage/soulvulcanstrike.cpp +++ b/src/map/skills/mage/soulvulcanstrike.cpp @@ -3,7 +3,7 @@ #include "soulvulcanstrike.hpp" -#include +#include #include "map/status.hpp" diff --git a/src/map/skills/mage/stormcannon.cpp b/src/map/skills/mage/stormcannon.cpp index 8b10450771e..41849856d2f 100644 --- a/src/map/skills/mage/stormcannon.cpp +++ b/src/map/skills/mage/stormcannon.cpp @@ -3,7 +3,7 @@ #include "stormcannon.hpp" -#include +#include #include "map/clif.hpp" #include "map/status.hpp" diff --git a/src/map/skills/mage/strantumtremor.cpp b/src/map/skills/mage/strantumtremor.cpp index 7259c3b209d..2a66182b289 100644 --- a/src/map/skills/mage/strantumtremor.cpp +++ b/src/map/skills/mage/strantumtremor.cpp @@ -3,7 +3,7 @@ #include "strantumtremor.hpp" -#include +#include #include "map/status.hpp" diff --git a/src/map/skills/mage/tornadostorm.cpp b/src/map/skills/mage/tornadostorm.cpp index c3537acd3e4..160dfb7da24 100644 --- a/src/map/skills/mage/tornadostorm.cpp +++ b/src/map/skills/mage/tornadostorm.cpp @@ -3,7 +3,7 @@ #include "tornadostorm.hpp" -#include +#include #include "map/status.hpp" diff --git a/src/map/skills/mage/violentquake.cpp b/src/map/skills/mage/violentquake.cpp index 423ce8c8b9f..7395c76c6b4 100644 --- a/src/map/skills/mage/violentquake.cpp +++ b/src/map/skills/mage/violentquake.cpp @@ -3,7 +3,7 @@ #include "violentquake.hpp" -#include +#include #include "map/status.hpp" diff --git a/src/map/skills/novice/doublebowlingbash.cpp b/src/map/skills/novice/doublebowlingbash.cpp index cd101d6e3f0..b72e13c2f54 100644 --- a/src/map/skills/novice/doublebowlingbash.cpp +++ b/src/map/skills/novice/doublebowlingbash.cpp @@ -3,7 +3,7 @@ #include "doublebowlingbash.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/novice/groundgravitation.cpp b/src/map/skills/novice/groundgravitation.cpp index 1f0385e4ddc..b968d4653f5 100644 --- a/src/map/skills/novice/groundgravitation.cpp +++ b/src/map/skills/novice/groundgravitation.cpp @@ -3,7 +3,7 @@ #include "groundgravitation.hpp" -#include +#include #include "map/clif.hpp" #include "map/map.hpp" diff --git a/src/map/skills/novice/hellsdrive.cpp b/src/map/skills/novice/hellsdrive.cpp index 6ce4c07068c..e0873be71ac 100644 --- a/src/map/skills/novice/hellsdrive.cpp +++ b/src/map/skills/novice/hellsdrive.cpp @@ -3,7 +3,7 @@ #include "hellsdrive.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/novice/jackfrostnova.cpp b/src/map/skills/novice/jackfrostnova.cpp index 9e5161a47e1..e5f8afda6e9 100644 --- a/src/map/skills/novice/jackfrostnova.cpp +++ b/src/map/skills/novice/jackfrostnova.cpp @@ -3,7 +3,7 @@ #include "jackfrostnova.hpp" -#include +#include #include "map/clif.hpp" #include "map/map.hpp" diff --git a/src/map/skills/novice/jupitelthunderstorm.cpp b/src/map/skills/novice/jupitelthunderstorm.cpp index af53fbd1818..547dbfa4655 100644 --- a/src/map/skills/novice/jupitelthunderstorm.cpp +++ b/src/map/skills/novice/jupitelthunderstorm.cpp @@ -3,7 +3,7 @@ #include "jupitelthunderstorm.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/novice/megasonicblow.cpp b/src/map/skills/novice/megasonicblow.cpp index 7b85c49d842..5fe289c89cb 100644 --- a/src/map/skills/novice/megasonicblow.cpp +++ b/src/map/skills/novice/megasonicblow.cpp @@ -3,7 +3,7 @@ #include "megasonicblow.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/novice/meteorstormbuster.cpp b/src/map/skills/novice/meteorstormbuster.cpp index baf8a4aeaba..eab75f438d6 100644 --- a/src/map/skills/novice/meteorstormbuster.cpp +++ b/src/map/skills/novice/meteorstormbuster.cpp @@ -3,7 +3,7 @@ #include "meteorstormbuster.hpp" -#include +#include #include "map/clif.hpp" #include "map/map.hpp" diff --git a/src/map/skills/novice/napalmvulcanstrike.cpp b/src/map/skills/novice/napalmvulcanstrike.cpp index de2c9c782fa..50ba6eb26de 100644 --- a/src/map/skills/novice/napalmvulcanstrike.cpp +++ b/src/map/skills/novice/napalmvulcanstrike.cpp @@ -3,7 +3,7 @@ #include "napalmvulcanstrike.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/novice/shieldchainrush.cpp b/src/map/skills/novice/shieldchainrush.cpp index 76a9d1fd7f9..9d8f0db35ac 100644 --- a/src/map/skills/novice/shieldchainrush.cpp +++ b/src/map/skills/novice/shieldchainrush.cpp @@ -3,7 +3,7 @@ #include "shieldchainrush.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/novice/spiralpiercemax.cpp b/src/map/skills/novice/spiralpiercemax.cpp index dd55584ffbe..54c1960d1b4 100644 --- a/src/map/skills/novice/spiralpiercemax.cpp +++ b/src/map/skills/novice/spiralpiercemax.cpp @@ -3,7 +3,7 @@ #include "spiralpiercemax.hpp" -#include +#include #include "map/clif.hpp" #include "map/mob.hpp" diff --git a/src/map/skills/swordman/gloriadomini.cpp b/src/map/skills/swordman/gloriadomini.cpp index 7dce8cae3eb..54f6706a018 100644 --- a/src/map/skills/swordman/gloriadomini.cpp +++ b/src/map/skills/swordman/gloriadomini.cpp @@ -3,7 +3,7 @@ #include "gloriadomini.hpp" -#include +#include #include "map/status.hpp" diff --git a/src/map/skills/swordman/shieldchain.cpp b/src/map/skills/swordman/shieldchain.cpp index a4b235a6549..bb9aecffcdb 100644 --- a/src/map/skills/swordman/shieldchain.cpp +++ b/src/map/skills/swordman/shieldchain.cpp @@ -3,7 +3,6 @@ #include "shieldchain.hpp" -#include #include #include "map/pc.hpp" diff --git a/src/map/skills/swordman/spiralpierce.cpp b/src/map/skills/swordman/spiralpierce.cpp index d7c69f0ee40..bffb62e7065 100644 --- a/src/map/skills/swordman/spiralpierce.cpp +++ b/src/map/skills/swordman/spiralpierce.cpp @@ -3,7 +3,6 @@ #include "spiralpierce.hpp" -#include #include #include "map/mob.hpp" diff --git a/src/map/skills/taekwon/circleofdirectionsandelementals.cpp b/src/map/skills/taekwon/circleofdirectionsandelementals.cpp index f7b14698610..b0352b989bb 100644 --- a/src/map/skills/taekwon/circleofdirectionsandelementals.cpp +++ b/src/map/skills/taekwon/circleofdirectionsandelementals.cpp @@ -3,7 +3,7 @@ #include "circleofdirectionsandelementals.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/taekwon/exorcismofmalicioussoul.cpp b/src/map/skills/taekwon/exorcismofmalicioussoul.cpp index 8b1afa318d2..3a448abf611 100644 --- a/src/map/skills/taekwon/exorcismofmalicioussoul.cpp +++ b/src/map/skills/taekwon/exorcismofmalicioussoul.cpp @@ -3,7 +3,7 @@ #include "exorcismofmalicioussoul.hpp" -#include +#include #include "map/pc.hpp" #include "map/status.hpp" diff --git a/src/map/skills/taekwon/talismanofblacktortoise.cpp b/src/map/skills/taekwon/talismanofblacktortoise.cpp index c3cb9af66f3..5d26c72fb09 100644 --- a/src/map/skills/taekwon/talismanofblacktortoise.cpp +++ b/src/map/skills/taekwon/talismanofblacktortoise.cpp @@ -3,7 +3,7 @@ #include "talismanofblacktortoise.hpp" -#include +#include #include "map/pc.hpp" #include "map/status.hpp" diff --git a/src/map/skills/taekwon/talismanofbluedragon.cpp b/src/map/skills/taekwon/talismanofbluedragon.cpp index a9865642b67..440ef971015 100644 --- a/src/map/skills/taekwon/talismanofbluedragon.cpp +++ b/src/map/skills/taekwon/talismanofbluedragon.cpp @@ -3,7 +3,7 @@ #include "talismanofbluedragon.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/taekwon/talismanoffourbearinggod.cpp b/src/map/skills/taekwon/talismanoffourbearinggod.cpp index d4ee83bfd44..4e36c97803d 100644 --- a/src/map/skills/taekwon/talismanoffourbearinggod.cpp +++ b/src/map/skills/taekwon/talismanoffourbearinggod.cpp @@ -3,7 +3,7 @@ #include "talismanoffourbearinggod.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/taekwon/talismanofredphoenix.cpp b/src/map/skills/taekwon/talismanofredphoenix.cpp index 72f3538aba3..be25295528e 100644 --- a/src/map/skills/taekwon/talismanofredphoenix.cpp +++ b/src/map/skills/taekwon/talismanofredphoenix.cpp @@ -3,7 +3,7 @@ #include "talismanofredphoenix.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/taekwon/talismanofsoulstealing.cpp b/src/map/skills/taekwon/talismanofsoulstealing.cpp index 53c34aa29c6..8732a0bc036 100644 --- a/src/map/skills/taekwon/talismanofsoulstealing.cpp +++ b/src/map/skills/taekwon/talismanofsoulstealing.cpp @@ -3,7 +3,7 @@ #include "talismanofsoulstealing.hpp" -#include +#include #include "map/clif.hpp" #include "map/pc.hpp" diff --git a/src/map/skills/taekwon/talismanofwhitetiger.cpp b/src/map/skills/taekwon/talismanofwhitetiger.cpp index d869c8d6fc1..c955f3592d2 100644 --- a/src/map/skills/taekwon/talismanofwhitetiger.cpp +++ b/src/map/skills/taekwon/talismanofwhitetiger.cpp @@ -3,7 +3,7 @@ #include "talismanofwhitetiger.hpp" -#include +#include #include "map/pc.hpp" #include "map/status.hpp" diff --git a/src/map/skills/thief/crossslash.cpp b/src/map/skills/thief/crossslash.cpp index 57a0dac25f0..ed1128b785b 100644 --- a/src/map/skills/thief/crossslash.cpp +++ b/src/map/skills/thief/crossslash.cpp @@ -3,7 +3,7 @@ #include "crossslash.hpp" -#include +#include #include "map/clif.hpp" #include "map/status.hpp" diff --git a/src/map/skills/thief/dancingknife.cpp b/src/map/skills/thief/dancingknife.cpp index 1056d71671f..dbc7992067b 100644 --- a/src/map/skills/thief/dancingknife.cpp +++ b/src/map/skills/thief/dancingknife.cpp @@ -3,7 +3,7 @@ #include "dancingknife.hpp" -#include +#include #include "map/clif.hpp" #include "map/status.hpp" diff --git a/src/map/skills/thief/eternalslash.cpp b/src/map/skills/thief/eternalslash.cpp index 096780b7892..2623a8c5e4e 100644 --- a/src/map/skills/thief/eternalslash.cpp +++ b/src/map/skills/thief/eternalslash.cpp @@ -3,7 +3,7 @@ #include "eternalslash.hpp" -#include +#include #include "map/clif.hpp" #include "map/status.hpp" diff --git a/src/map/skills/thief/fatalshadowcrow.cpp b/src/map/skills/thief/fatalshadowcrow.cpp index 131f22a887b..22a8d85e243 100644 --- a/src/map/skills/thief/fatalshadowcrow.cpp +++ b/src/map/skills/thief/fatalshadowcrow.cpp @@ -3,7 +3,7 @@ #include "fatalshadowcrow.hpp" -#include +#include #include "map/clif.hpp" #include "map/map.hpp" diff --git a/src/map/skills/thief/impactcrater.cpp b/src/map/skills/thief/impactcrater.cpp index 0d03781affe..d077fe04acf 100644 --- a/src/map/skills/thief/impactcrater.cpp +++ b/src/map/skills/thief/impactcrater.cpp @@ -3,7 +3,7 @@ #include "impactcrater.hpp" -#include +#include #include "map/clif.hpp" #include "map/status.hpp" diff --git a/src/map/skills/thief/meteorassault.cpp b/src/map/skills/thief/meteorassault.cpp index 88aedd1d191..eea16ab065f 100644 --- a/src/map/skills/thief/meteorassault.cpp +++ b/src/map/skills/thief/meteorassault.cpp @@ -3,7 +3,6 @@ #include "meteorassault.hpp" -#include #include #include "map/clif.hpp" diff --git a/src/map/skills/thief/savageimpact.cpp b/src/map/skills/thief/savageimpact.cpp index 5d3d607a489..8bcaf8e3c59 100644 --- a/src/map/skills/thief/savageimpact.cpp +++ b/src/map/skills/thief/savageimpact.cpp @@ -3,7 +3,7 @@ #include "savageimpact.hpp" -#include +#include #include "map/clif.hpp" #include "map/map.hpp" diff --git a/src/map/skills/thief/shadowstab.cpp b/src/map/skills/thief/shadowstab.cpp index 922ab43abad..4a233d4c7dd 100644 --- a/src/map/skills/thief/shadowstab.cpp +++ b/src/map/skills/thief/shadowstab.cpp @@ -3,7 +3,7 @@ #include "shadowstab.hpp" -#include +#include #include "map/clif.hpp" #include "map/status.hpp" diff --git a/src/map/skills/thief/souldestroyer.cpp b/src/map/skills/thief/souldestroyer.cpp index d31e20f7d99..dd3c5f90b5b 100644 --- a/src/map/skills/thief/souldestroyer.cpp +++ b/src/map/skills/thief/souldestroyer.cpp @@ -3,7 +3,6 @@ #include "souldestroyer.hpp" -#include #include #include "map/status.hpp"