OSDN Git Service

Since struct dirent only holds the last element in the path, build the full path...
[hengband/hengband.git] / src / world / world-movement-processor.c
index 1dbe540..8e2f41a 100644 (file)
@@ -1,16 +1,19 @@
 #include "world/world-movement-processor.h"
 #include "cmd-io/cmd-save.h"
+#include "core/disturbance.h"
+#include "core/player-redraw-types.h"
 #include "dungeon/dungeon.h"
 #include "dungeon/quest.h"
+#include "floor/floor-mode-changer.h"
 #include "game-option/birth-options.h"
 #include "game-option/play-record-options.h"
 #include "game-option/special-options.h"
 #include "io/write-diary.h"
 #include "main/sound-definitions-table.h"
 #include "main/sound-of-music.h"
+#include "monster-race/monster-race.h"
 #include "monster-race/race-flags1.h"
-#include "player/player-move.h"
-#include "view/display-main-window.h"
+#include "system/floor-type-definition.h"
 #include "view/display-messages.h"
 #include "world/world.h"