OSDN Git Service

[Refactor] #40569 Separated floor-type-definition.h from floor.h
[hengband/hengband.git] / src / spell / process-effect.c
index 64ead9e..ebc0b4d 100644 (file)
@@ -6,7 +6,6 @@
 #include "effect/effect-monster.h"
 #include "effect/effect-player.h"
 #include "effect/spells-effect-util.h"
-#include "floor/floor.h"
 #include "game-option/special-options.h"
 #include "grid/feature-flag-types.h"
 #include "io/cursor.h"
@@ -23,6 +22,7 @@
 #include "pet/pet-fall-off.h"
 #include "spell/spell-types.h"
 #include "spell/range-calc.h"
+#include "system/floor-type-definition.h"
 #include "term/gameterm.h"
 #include "util/bit-flags-calculator.h"
 #include "view/display-messages.h"