OSDN Git Service

[Refactor] #38862 Moved feature.c/h, grid.c/h and trap.c/h to grid/
[hengband/hengband.git] / src / cmd / cmd-basic.c
index 2511bed..46ca877 100644 (file)
@@ -21,7 +21,7 @@
 #include "cmd/cmd-dump.h"
 #include "cmd/cmd-save.h"
 #include "object/chest.h"
-#include "trap.h"
+#include "grid/trap.h"
 #include "dungeon/dungeon.h"
 #include "melee.h"
 #include "object/object-hook.h"
@@ -33,7 +33,7 @@
 #include "realm/realm-hex.h"
 #include "geometry.h"
 #include "wild.h"
-#include "grid.h"
+#include "grid/grid.h"
 #include "player/player-move.h"
 #include "player/player-effects.h"
 #include "player/player-personality.h"