OSDN Git Service

[Refactor] #40478 Divided monster-spells.h to mspells1.h, mspells2.h and mspells3.h
[hengband/hengband.git] / src / mspell / mspells2.c
index fe9e908..b462e35 100644 (file)
@@ -9,13 +9,14 @@
  * 2014 Deskull rearranged comment for Doxygen.
  */
 
-#include "system/angband.h"
+#include "mspell/mspells2.h"
 #include "dungeon/dungeon.h"
 #include "dungeon/quest.h"
 #include "effect/effect-characteristics.h"
 #include "floor/floor.h"
 #include "grid/grid.h"
 #include "main/sound-definitions-table.h"
+#include "monster-floor/monster-move.h"
 #include "monster-race/monster-race.h"
 #include "monster-race/race-flags-ability1.h"
 #include "monster-race/race-flags-ability2.h"
 #include "monster/monster-describer.h"
 #include "monster/monster-description-types.h"
 #include "monster/monster-info.h"
-#include "monster-floor/monster-move.h"
 #include "monster/monster-status.h"
 #include "mspell/assign-monster-spell.h"
-#include "mspell/monster-spell.h"
 #include "mspell/mspell-mask-definitions.h"
 #include "mspell/mspell-util.h"
+#include "mspell/mspells1.h"
 #include "pet/pet-util.h"
 #include "player/player-class.h"
 #include "player/player-move.h"