OSDN Git Service

[Refactor] #38862 Moved spells-* to spell/
[hengband/hengband.git] / src / realm / realm-nature.c
index 63c5753..e6c9a68 100644 (file)
@@ -1,21 +1,24 @@
-#include "angband.h"
+#include "system/angband.h"
 #include "util.h"
 
 #include "cmd-spell.h"
-#include "spells-summon.h"
-#include "spells-status.h"
-#include "spells-object.h"
-#include "spells-diceroll.h"
+#include "spell/spells-summon.h"
+#include "spell/spells-status.h"
+#include "spell/spells-object.h"
+#include "spell/spells-diceroll.h"
 #include "avatar.h"
-#include "spells-floor.h"
-#include "player-race.h"
-#include "player-effects.h"
-#include "player-damage.h"
+#include "spell/spells-floor.h"
+#include "player/player-race.h"
+#include "player/player-effects.h"
+#include "player/player-damage.h"
 #include "targeting.h"
 #include "effect/spells-effect-util.h"
 #include "realm/realm-nature.h"
 #include "spell/spells-type.h"
 #include "spell/process-effect.h"
+#include "effect/effect-characteristics.h"
+#include "spell/spells2.h"
+#include "spell/spells3.h"
 
 /*!
 * @brief 自然領域魔法の各処理を行う