OSDN Git Service

[Refactor] #40569 Separated floor-type-definition.h from floor.h
[hengband/hengband.git] / src / combat / aura-counterattack.c
index cec1b4f..059319b 100644 (file)
@@ -6,7 +6,6 @@
 
 #include "combat/aura-counterattack.h"
 #include "effect/effect-characteristics.h"
-#include "floor/floor.h"
 #include "grid/grid.h"
 #include "inventory/inventory-slot-types.h"
 #include "monster-race/monster-race.h"
@@ -21,6 +20,7 @@
 #include "spell-realm/spells-hex.h"
 #include "spell-kind/spells-teleport.h"
 #include "spell/spell-types.h"
+#include "system/floor-type-definition.h"
 #include "system/object-type-definition.h"
 #include "view/display-messages.h"