OSDN Git Service

[Refactor] #40466 Separated shape-changer.c/h from player-effects.c/h
[hengband/hengband.git] / src / realm / realm-life.c
index a3f8bf5..ed14503 100644 (file)
@@ -1,16 +1,27 @@
-#include "system/angband.h"
-#include "cmd/cmd-spell.h"
-#include "spell/spells-status.h"
-#include "spell/spells-floor.h"
-#include "spell/spells2.h"
-#include "spell/spells3.h"
-#include "player/player-status.h"
-#include "player/player-effects.h"
+#include "realm/realm-life.h"
+#include "cmd-action/cmd-spell.h"
 #include "floor/floor.h"
 #include "io/targeting.h"
-#include "realm/realm-life.h"
-#include "spell/spells-type.h"
-#include "spell/spells-detection.h"
+#include "player/digestion-processor.h"
+#include "spell-kind/spells-curse-removal.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-genocide.h"
+#include "spell-kind/spells-grid.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-neighbor.h"
+#include "spell-kind/spells-perception.h"
+#include "spell-kind/spells-recall.h"
+#include "spell-kind/spells-sight.h"
+#include "spell/spell-types.h"
+#include "spell/spells-status.h"
+#include "spell/spells3.h"
+#include "status/bad-status-setter.h"
+#include "status/buff-setter.h"
+#include "status/element-resistance.h"
+#include "status/experience.h"
+#include "status/temporary-resistance.h"
 
 /*!
 * @brief 生命領域魔法の各処理を行う