From cb06918231a3ccc3fc9f5526c83bcbedb4d1ecef Mon Sep 17 00:00:00 2001 From: Slimebreath6078 Date: Mon, 21 Feb 2022 23:52:51 +0900 Subject: [PATCH] =?utf8?q?[Refactor]=20#2243=20attribute-types.h=E3=81=AE?= =?utf8?q?=E3=82=A4=E3=83=B3=E3=82=AF=E3=83=AB=E3=83=BC=E3=83=89=E3=82=92?= =?utf8?q?=E6=B6=88=E3=81=97=E3=80=81=E5=AE=A3=E8=A8=80=E3=81=AB=E7=BD=AE?= =?utf8?q?=E3=81=8D=E6=8F=9B=E3=81=88=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/mspell/mspell-checker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mspell/mspell-checker.h b/src/mspell/mspell-checker.h index a5ca0f3c9..361e29d87 100644 --- a/src/mspell/mspell-checker.h +++ b/src/mspell/mspell-checker.h @@ -1,10 +1,10 @@ #pragma once #include "system/angband.h" -#include "effect/attribute-types.h" struct ProjectResult; enum class MonsterAbilityType; +enum class AttributeType; struct monster_type; class PlayerType; -- 2.11.0