OSDN Git Service

[Refactor] #38862 Moved object*.c/h to object/
[hengband/hengband.git] / src / cmd / cmd-read.c
index 25c2356..cfa79ac 100644 (file)
@@ -10,8 +10,8 @@
 #include "util.h"
 #include "main/sound-definitions-table.h"
 
-#include "object-flavor.h"
-#include "object-hook.h"
+#include "object/object-flavor.h"
+#include "object/object-hook.h"
 #include "artifact.h"
 #include "avatar.h"
 #include "player-status.h"
 #include "cmd/cmd-basic.h"
 #include "core/show-file.h"
 #include "files.h"
-#include "floor.h"
+#include "floor/floor.h"
 #include "object/object-kind.h"
 #include "view/display-main-window.h"
 #include "spell/spells-type.h"
+#include "spell/spells2.h"
+#include "spell/spells3.h"
 
 /*!
  * @brief 巻物を読むコマンドのサブルーチン