X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fobject2.c;h=9b0c6a6dd84b00b23efd43d9ff0f3d5bff570603;hb=619447a8f2f3cad00ebfee5b327be1dd3da5aef6;hp=07b95ed1d854639bbce04492e6568f32110a2f43;hpb=9fb119b1a18b15108a444a22ff938218e42736e2;p=hengband%2Fhengband.git diff --git a/src/object2.c b/src/object2.c index 07b95ed1d..9b0c6a6dd 100644 --- a/src/object2.c +++ b/src/object2.c @@ -14,7 +14,7 @@ #include "angband.h" #include "util.h" #include "main/sound-definitions-table.h" -#include "world.h" +#include "world/world.h" #include "gameterm.h" #include "object.h" @@ -22,7 +22,7 @@ #include "io/write-diary.h" #include "cmd/cmd-dump.h" #include "cmd/cmd-spell.h" -#include "spells.h" +#include "spell/spells3.h" #include "dungeon.h" #include "floor.h" #include "grid.h"