OSDN Git Service

[Refactor] #38862 Moved spells-* to spell/
[hengband/hengband.git] / src / market / building.c
index 3a67b4b..1367f1c 100644 (file)
  * Changed for ZAngband by Robert Ruehlmann
 */
 
-#include "angband.h"
+#include "system/angband.h"
 #include "util.h"
 #include "main/music-definitions-table.h"
 #include "gameterm.h"
 
-#include "core/system-variables.h" // 暫定、init_flags のため。後で消すかも.
+#include "system/system-variables.h" // 暫定、init_flags のため。後で消すかも.
 #include "core/stuff-handler.h"
 #include "core/show-file.h"
 #include "core/special-internal-keys.h"
@@ -31,8 +31,8 @@
 #include "object/object-boost.h"
 #include "object/object-flavor.h"
 #include "object/object-hook.h"
-#include "monster.h"
-#include "monsterrace-hook.h"
+#include "monster/monster.h"
+#include "monster/monsterrace-hook.h"
 #include "melee.h"
 #include "wild.h"
 #include "world/world.h"
@@ -46,8 +46,8 @@
 #include "artifact.h"
 #include "cmd-spell.h"
 #include "spell/spells3.h"
-#include "spells-object.h"
-#include "spells-status.h"
+#include "spell/spells-object.h"
+#include "spell/spells-status.h"
 #include "realm/realm-hex.h"
 #include "dungeon/dungeon-file.h"
 
@@ -60,7 +60,7 @@
 #include "scores.h"
 #include "shoot.h"
 #include "view/display-main-window.h"
-#include "monsterrace.h"
+#include "monster/monsterrace.h"
 #include "autopick/autopick.h"
 
 #include "market/poker.h"