OSDN Git Service

[Refactor] #38862 Moved spells-* to spell/
[hengband/hengband.git] / src / patron.c
index afa8449..067733b 100644 (file)
@@ -1,5 +1,5 @@
 
-#include "angband.h"
+#include "system/angband.h"
 #include "util.h"
 
 #include "io/write-diary.h"
@@ -8,7 +8,7 @@
 #include "cmd-pet.h"
 #include "object/object-curse.h"
 #include "object/object-flavor.h"
-#include "monsterrace-hook.h"
+#include "monster/monsterrace-hook.h"
 #include "object/object-kind-hook.h"
 #include "mutation/mutation.h"
 #include "artifact.h"
 #include "player/player-damage.h"
 
 #include "spell/spells-type.h"
-#include "spells-summon.h"
-#include "spells-object.h"
-#include "spells-status.h"
-#include "spells-floor.h"
+#include "spell/spells-summon.h"
+#include "spell/spells-object.h"
+#include "spell/spells-status.h"
+#include "spell/spells-floor.h"
 #include "floor/floor.h"
 #include "spell/spells2.h"