OSDN Git Service

[Refactor] #38662 Moved util.* to util/
[hengband/hengband.git] / src / cmd / cmd-spell.c
index d83aeb2..b7ebd72 100644 (file)
@@ -6,33 +6,34 @@
     2013 Deskull rearranged comment for Doxygen.
  */
 
-#include "angband.h"
+#include "system/angband.h"
 #include "core/stuff-handler.h"
-#include "util.h"
+#include "util/util.h"
 #include "main/sound-definitions-table.h"
 #include "cmd/cmd-spell.h"
 
 #include "io/write-diary.h"
 #include "cmd/cmd-dump.h"
-#include "selfinfo.h"
+#include "player/selfinfo.h"
 #include "spell/technic-info-table.h"
 #include "spell/spells2.h"
-#include "spells-summon.h"
+#include "spell/spells3.h"
+#include "spell/spells-summon.h"
 #include "realm/realm-hex.h"
-#include "mind.h"
-#include "avatar.h"
-#include "player-damage.h"
-#include "player-status.h"
-#include "player-effects.h"
-#include "player-skill.h"
-#include "player-class.h"
-#include "player-inventory.h"
-#include "object-hook.h"
+#include "mind/mind.h"
+#include "player/avatar.h"
+#include "player/player-damage.h"
+#include "player/player-status.h"
+#include "player/player-effects.h"
+#include "player/player-skill.h"
+#include "player/player-class.h"
+#include "inventory/player-inventory.h"
+#include "object/object-hook.h"
 #include "cmd-basic.h"
 #include "view/display-main-window.h"
-#include "floor.h"
+#include "floor/floor.h"
 #include "autopick/autopick-reader-writer.h"
-#include "japanese.h"
+#include "locale/japanese.h"
 #include "spell/spells-util.h"
 #include "spell/spells-execution.h"