OSDN Git Service

[Refactor] #38862 Moved feature.c/h, grid.c/h and trap.c/h to grid/
[hengband/hengband.git] / src / object / object2.c
index 699b500..db15e00 100644 (file)
@@ -25,7 +25,7 @@
 #include "spell/spells3.h"
 #include "dungeon/dungeon.h"
 #include "floor/floor.h"
-#include "grid.h"
+#include "grid/grid.h"
 #include "object/object-kind.h"
 #include "object/object-boost.h"
 #include "object/object-ego.h"
@@ -34,7 +34,7 @@
 #include "object/object-curse.h"
 #include "object/object-kind-hook.h"
 #include "object/artifact.h"
-#include "feature.h"
+#include "grid/feature.h"
 #include "player/player-status.h"
 #include "player/player-move.h"
 #include "player/player-effects.h"