OSDN Git Service

[Refactor] #38862 Moved spells-* to spell/
[hengband/hengband.git] / src / market / building.c
index 35aa0fc..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"
@@ -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"