OSDN Git Service

[Refactor] #40466 Separated shape-changer.c/h from player-effects.c/h
[hengband/hengband.git] / src / realm / realm-death.c
index fc82333..85f3540 100644 (file)
@@ -1,26 +1,31 @@
 #include "realm/realm-death.h"
 #include "cmd-action/cmd-spell.h"
+#include "core/hp-mp-processor.h"
 #include "effect/effect-characteristics.h"
 #include "io/targeting.h"
 #include "player/avatar.h"
+#include "player/digestion-processor.h"
 #include "player/player-class.h"
 #include "player/player-damage.h"
-#include "player/player-effects.h"
 #include "player/player-race.h"
-#include "player/player-status.h"
+#include "spell-kind/spells-charm.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-genocide.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-neighbor.h"
+#include "spell-kind/spells-perception.h"
+#include "spell-kind/spells-sight.h"
+#include "spell-kind/spells-specific-bolt.h"
 #include "spell/process-effect.h"
-#include "spell/spells-detection.h"
+#include "spell/spell-types.h"
 #include "spell/spells-diceroll.h"
-#include "spell/spells-genocide.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-neighbor.h"
 #include "spell/spells-object.h"
-#include "spell/spells-sight.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-type.h"
-#include "spell/spells2.h"
-#include "spell/spells3.h"
+#include "status/buff-setter.h"
+#include "status/experience.h"
+#include "status/form-changer.h"
+#include "status/element-resistance.h"
 
 /*!
 * @brief 暗黒領域魔法の各処理を行う