OSDN Git Service

[Refactor] #40399 angband.h からobject1.hのインクルード を*抹殺*した / *Genocide* inclusion object1...
authorHourier <hourier@users.sourceforge.jp>
Fri, 29 May 2020 12:44:07 +0000 (21:44 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 29 May 2020 12:44:07 +0000 (21:44 +0900)
src/cmd/cmd-process-screen.c
src/object/death-scythe.c
src/player/race-resistances.c
src/player/selfinfo.c
src/system/angband.h
src/view/display-player-stat-info.c
src/view/status-first-page.c

index 7674ba6..46ec811 100644 (file)
@@ -9,6 +9,7 @@
 #include "cmd/cmd-process-screen.h"
 #include "cmd/cmd-draw.h"
 #include "io/files-util.h"
+#include "object/object1.h"
 #include "term/gameterm.h"
 #include "core/stuff-handler.h"
 
index 6829cbc..73eb844 100644 (file)
@@ -12,6 +12,7 @@
 #include "player/player-damage.h"
 #include "core/stuff-handler.h"
 #include "combat/attack-criticality.h"
+#include "object/object1.h"
 #include "object/tr-types.h"
 
 /*!
index 8344af9..6f08e20 100644 (file)
@@ -1,5 +1,6 @@
 #include "race-resistances.h"
 #include "player/player-races-table.h"
+#include "object/object1.h"
 #include "object/tr-types.h"
 
 /*!
index 2534b46..ea97813 100644 (file)
@@ -17,7 +17,6 @@
 #include "system/angband.h"
 #include "player/selfinfo.h"
 #include "util/util.h"
-
 #include "player/player-status.h"
 #include "player/player-races-table.h"
 #include "player/player-class.h"
@@ -25,6 +24,7 @@
 #include "realm/realm.h"
 #include "realm/realm-hex.h"
 #include "realm/realm-song.h"
+#include "object/object1.h"
 #include "object/tr-types.h"
 #include "object/trc-types.h"
 
index 8881a0e..55b2910 100644 (file)
@@ -42,7 +42,6 @@
 #include "monster/monster.h"
 #include "monster/monster-race.h"
 #include "object/object-util.h"
-#include "object/object1.h"
 #include "player/player-status.h"
 
 
index e4710ff..b25985b 100644 (file)
@@ -13,6 +13,7 @@
 #include "player/player-personality.h"
 #include "player/permanent-resistances.h"
 #include "player/player-races-table.h"
+#include "object/object1.h"
 #include "object/tr-types.h"
 
 /*!
index 5836216..001a46f 100644 (file)
@@ -6,11 +6,12 @@
  */
 
 #include "system/angband.h"
+#include "combat/shoot.h"
 #include "term/gameterm.h"
 #include "status-first-page.h"
 #include "display-util.h"
 #include "object/artifact.h"
-#include "combat/shoot.h"
+#include "object/object1.h"
 #include "object/object-hook.h"
 #include "object/object-kind.h"
 #include "object/sv-weapon-types.h"