OSDN Git Service

[Refactor] #38862 Moved spells-* to spell/
[hengband/hengband.git] / src / realm / realm-daemon.c
index 495bb39..2ec2dd1 100644 (file)
@@ -1,19 +1,20 @@
-
-#include "angband.h"
+#include "system/angband.h"
 #include "util.h"
 
-#include "player-class.h"
+#include "player/player-class.h"
 #include "cmd-spell.h"
-#include "spells.h"
-#include "spells-summon.h"
-#include "spells-floor.h"
-#include "spells-status.h"
-#include "spells-object.h"
-#include "spells-diceroll.h"
-#include "player-effects.h"
-#include "player-race.h"
-#include "player-damage.h"
+#include "spell/spells-type.h"
+#include "spell/spells-summon.h"
+#include "spell/spells-floor.h"
+#include "spell/spells-status.h"
+#include "spell/spells-object.h"
+#include "spell/spells-diceroll.h"
+#include "player/player-effects.h"
+#include "player/player-race.h"
+#include "player/player-damage.h"
 #include "targeting.h"
+#include "realm/realm-daemon.h"
+#include "spell/spells2.h"
 
 /*!
 * @brief 悪魔領域魔法の各処理を行う