From: Hourier Date: Mon, 8 Jun 2020 10:36:24 +0000 (+0900) Subject: [Refactor] #40014 Removed inclusion for monster.h temorarily X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=983a76552adc89d486185f7e70d1c873f3177b11;p=hengband%2Fhengband.git [Refactor] #40014 Removed inclusion for monster.h temorarily --- diff --git a/src/cmd-building/cmd-building.c b/src/cmd-building/cmd-building.c index d46d23bb4..2b9d7c6a6 100644 --- a/src/cmd-building/cmd-building.c +++ b/src/cmd-building/cmd-building.c @@ -41,7 +41,6 @@ #include "market/play-gamble.h" #include "market/poker.h" #include "monster-race/monster-race.h" -#include "monster/monster.h" #include "mutation/mutation.h" #include "object/object-flavor.h" #include "object/object-hook.h" diff --git a/src/monster/monster1.c b/src/monster/monster1.c index ce25e75c6..bc44d2f76 100644 --- a/src/monster/monster1.c +++ b/src/monster/monster1.c @@ -35,7 +35,6 @@ #include "monster/monster-description-types.h" #include "monster/monster-flag-types.h" #include "monster/monster2.h" // todo 相互参照している、いずれ消す. -#include "monster/monster.h" #include "monster/place-monster-types.h" #include "monster/smart-learn-types.h" #include "mspell/monster-spell.h" diff --git a/src/mspell/mspells1.c b/src/mspell/mspells1.c index a33afb9cb..7e0e0eb79 100644 --- a/src/mspell/mspells1.c +++ b/src/mspell/mspells1.c @@ -47,7 +47,6 @@ #include "monster/monster-flag-types.h" #include "monster/monster-status.h" #include "monster/monster2.h" -#include "monster/monster.h" #include "monster/smart-learn-types.h" #include "mspell/assign-monster-spell.h" #include "mspell/monster-spell.h" diff --git a/src/mspell/mspells2.c b/src/mspell/mspells2.c index 35bf61871..6f1182349 100644 --- a/src/mspell/mspells2.c +++ b/src/mspell/mspells2.c @@ -19,7 +19,6 @@ #include "monster-race/race-indice-types.h" #include "monster/monster-status.h" #include "monster/monster2.h" -#include "monster/monster.h" #include "monster/smart-learn-types.h" #include "mspell/assign-monster-spell.h" #include "mspell/monster-spell.h" diff --git a/src/object-enchant/artifact.c b/src/object-enchant/artifact.c index 38163c418..61e858d36 100644 --- a/src/object-enchant/artifact.c +++ b/src/object-enchant/artifact.c @@ -21,7 +21,6 @@ #include "floor/floor.h" #include "grid/grid.h" #include "io/files-util.h" -#include "monster/monster.h" #include "perception/identification.h" #include "perception/object-perception.h" #include "object-enchant/object-boost.h" diff --git a/src/object/object-hook.c b/src/object/object-hook.c index de54fde8d..65bb6b92e 100644 --- a/src/object/object-hook.c +++ b/src/object/object-hook.c @@ -10,7 +10,6 @@ #include "dungeon/quest.h" #include "floor/floor.h" #include "monster-race/race-indice-types.h" -#include "monster/monster.h" #include "object-enchant/artifact.h" #include "object-enchant/item-feeling.h" #include "object-enchant/special-object-flags.h"