OSDN Git Service

[Refactor] #39970 Renamed core.c/h to system-variables.c/h
[hengband/hengband.git] / src / view / display-player.c
index 1fbce4e..9db9e84 100644 (file)
@@ -7,17 +7,18 @@
  */
 
 #include "display-player.h"
+#include "player/mimic-info-table.h"
 #include "player-personality.h"
-#include "term.h"
+#include "gameterm.h"
 #include "status-first-page.h"
 #include "player-sex.h"
 #include "patron.h"
-#include "world.h"
+#include "world/world.h"
 #include "quest.h"
-#include "core.h" // 暫定。後で消す
-#include "mutation.h"
-#include "dungeon-file.h"
-#include "objectkind.h"
+#include "core/system-variables.h" // 暫定。後で消す
+#include "knowledge/knowledge-mutations.h"
+#include "dungeon/dungeon-file.h"
+#include "object/object-kind.h"
 #include "view/display-util.h"
 #include "view/display-characteristic.h"
 #include "view/display-player-stat-info.h"