OSDN Git Service

[Refactor] #38862 Moved feature.c/h, grid.c/h and trap.c/h to grid/
[hengband/hengband.git] / src / spell / spells2.c
index 6ed0b37..4c82577 100644 (file)
  * </pre>
  */
 
-#include "angband.h"
-#include "core.h"
+#include "system/angband.h"
+#include "system/system-variables.h"
 #include "core/stuff-handler.h"
 #include "util.h"
 #include "main/sound-definitions-table.h"
 
 #include "creature.h"
 
-#include "artifact.h"
+#include "object/artifact.h"
 #include "io/write-diary.h"
 #include "cmd/cmd-pet.h"
 #include "cmd/cmd-dump.h"
 #include "effect/effect-characteristics.h"
-#include "grid.h"
-#include "trap.h"
-#include "monsterrace-hook.h"
+#include "grid/grid.h"
+#include "grid/trap.h"
+#include "monster/monsterrace-hook.h"
 #include "melee.h"
-#include "world.h"
-#include "spell/spells1.h"
-#include "spells-summon.h"
-#include "mutation.h"
+#include "world/world.h"
+#include "spell/spells2.h"
+#include "spell/spells3.h"
+#include "spell/spells-summon.h"
+#include "mutation/mutation.h"
 #include "quest.h"
 #include "avatar.h"
 
-#include "spells-status.h"
-#include "spells-floor.h"
-#include "spells-diceroll.h"
+#include "spell/spells-status.h"
+#include "spell/spells-floor.h"
+#include "spell/spells-diceroll.h"
 #include "realm/realm-hex.h"
 #include "autopick/autopick.h"
-#include "object-flavor.h"
-#include "object-hook.h"
-#include "monster-status.h"
-#include "player-move.h"
-#include "player-status.h"
-#include "player-effects.h"
-#include "player-skill.h"
-#include "player-class.h"
-#include "player-damage.h"
+#include "object/object-flavor.h"
+#include "object/object-hook.h"
+#include "monster/monster-status.h"
+#include "player/player-move.h"
+#include "player/player-status.h"
+#include "player/player-effects.h"
+#include "player/player-skill.h"
+#include "player/player-class.h"
+#include "player/player-damage.h"
 #include "player-inventory.h"
 
-#include "dungeon.h"
-#include "floor-events.h"
-#include "feature.h"
+#include "dungeon/dungeon.h"
+#include "floor/floor-events.h"
+#include "grid/feature.h"
 #include "view/display-main-window.h"
 #include "object/object-kind.h"
-#include "monsterrace.h"
+#include "monster/monsterrace.h"
 #include "targeting.h"
 #include "realm/realm-song.h"
-#include "english.h"
+#include "locale/english.h"
 #include "effect/spells-effect-util.h"
 #include "spell/spells-type.h"
 #include "spell/process-effect.h"
+#include "core/player-processor.h"
 
  /*!
   * @brief プレイヤー周辺の地形を感知する