OSDN Git Service

Always include io/files-util.h in monster/monster-damage.cpp since it is used either...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 8 Aug 2021 17:49:21 +0000 (10:49 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 8 Aug 2021 17:50:46 +0000 (10:50 -0700)
src/monster/monster-damage.cpp

index 814120e..32df2b0 100644 (file)
@@ -13,6 +13,7 @@
 #include "core/stuff-handler.h"
 #include "game-option/birth-options.h"
 #include "game-option/play-record-options.h"
+#include "io/files-util.h"
 #include "io/report.h"
 #include "io/write-diary.h"
 #include "main/sound-definitions-table.h"
 #include "view/display-messages.h"
 #include "world/world.h"
 
-#if JP
-#else
-#include "io/files-util.h"
-#endif
-
 /*
  * @brief コンストラクタ
  * @param target_ptr プレーヤーへの参照ポインタ