OSDN Git Service

[Refactor] #37353 Separated hook-armor.c/h from object-hook.c/h
[hengband/hengband.git] / src / realm / realm-sorcery.c
index 159a9fa..1077421 100644 (file)
@@ -1,18 +1,24 @@
-#include "angband.h"
-#include "util.h"
-
-#include "cmd-spell.h"
-#include "selfinfo.h"
-#include "avatar.h"
-
-#include "spell/spells-type.h"
-#include "spells-status.h"
-#include "spells-floor.h"
+#include "realm/realm-sorcery.h"
+#include "cmd-action/cmd-spell.h"
+#include "core/asking-player.h"
+#include "io/targeting.h"
+#include "player/avatar.h"
 #include "player/player-effects.h"
-#include "targeting.h"
-#include "realm/realm-sorcery.h"
-#include "spell/spells2.h"
+#include "player/selfinfo.h"
+#include "spell-kind/spells-charm.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-grid.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-perception.h"
+#include "spell-kind/spells-recall.h"
+#include "spell-kind/spells-sight.h"
+#include "spell-kind/spells-teleport.h"
+#include "spell/spells-status.h"
+#include "spell/spell-types.h"
 #include "spell/spells3.h"
+#include "view/display-messages.h"
 
 /*!
 * @brief 仙術領域魔法の各処理を行う