OSDN Git Service

[Refactor] #38862 gameterm.c/h and z-* to term/
[hengband/hengband.git] / src / view / status-first-page.c
index 8f73771..a8a36a8 100644 (file)
@@ -5,15 +5,15 @@
  * @author Hourier
  */
 
-#include "angband.h"
-#include "term.h"
+#include "system/angband.h"
+#include "term/gameterm.h"
 #include "status-first-page.h"
 #include "display-util.h"
-#include "artifact.h"
+#include "object/artifact.h"
 #include "combat/melee.h"
 #include "combat/shoot.h"
-#include "object-hook.h"
-#include "objectkind.h"
+#include "object/object-hook.h"
+#include "object/object-kind.h"
 
 static TERM_COLOR likert_color = TERM_WHITE;