OSDN Git Service

[Refactor] #37353 externs.h から util.h への宣言移動。
[hengband/hengband.git] / src / spells3.c
index ef857f2..e382dfc 100644 (file)
@@ -12,6 +12,8 @@
  */
 
 #include "angband.h"
+#include "util.h"
+
 #include "floor.h"
 #include "object-boost.h"
 #include "object-flavor.h"
@@ -35,6 +37,7 @@
 #include "files.h"
 #include "player-effects.h"
 #include "view-mainwindow.h"
+#include "mind.h"
 
 
 /*! テレポート先探索の試行数 / Maximum number of tries for teleporting */