X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fcmd-item%2Fcmd-zaprod.c;h=914c8b8762c89c6dbd035ff996ec686d05f9858d;hb=17271bf765258adace6a5ec0d6b75c461f39bae2;hp=c3cf6f23a028aba9b2a85c15988e06f31e4808f5;hpb=b9905869172552ae7cd9aaeceab7034d75b53d5d;p=hengband%2Fhengband.git diff --git a/src/cmd-item/cmd-zaprod.c b/src/cmd-item/cmd-zaprod.c index c3cf6f23a..914c8b876 100644 --- a/src/cmd-item/cmd-zaprod.c +++ b/src/cmd-item/cmd-zaprod.c @@ -3,7 +3,6 @@ #include "core/player-update-types.h" #include "core/window-redrawer.h" #include "floor/floor-object.h" -#include "floor/floor.h" #include "game-option/disturbance-options.h" #include "main/sound-definitions-table.h" #include "main/sound-of-music.h" @@ -13,7 +12,7 @@ #include "object/object-kind.h" #include "perception/object-perception.h" #include "player/attack-defense-types.h" -#include "player/avatar.h" +#include "player-info/avatar.h" #include "player/player-class.h" #include "player/player-status.h" #include "player/special-defense-types.h" @@ -37,7 +36,7 @@ #include "status/shape-changer.h" #include "sv-definition/sv-other-types.h" #include "sv-definition/sv-rod-types.h" -#include "target/targeting.h" +#include "target/target-getter.h" #include "term/screen-processor.h" #include "view/display-messages.h"