OSDN Git Service

[Refactor] #37353 MAGIC_* を player-status.h に移動。
[hengband/hengband.git] / src / cmd-item.c
index cd61a5a..893aa7a 100644 (file)
 
 
 #include "angband.h"
+#include "core.h"
 #include "util.h"
+#include "autopick.h"
+#include "term.h"
 
 #include "selfinfo.h"
 #include "cmd-activate.h"
@@ -27,6 +30,7 @@
 
 #include "object-flavor.h"
 #include "object-hook.h"
+#include "object-ego.h"
 #include "sort.h"
 #include "quest.h"
 #include "artifact.h"
@@ -37,7 +41,9 @@
 #include "view-mainwindow.h"
 #include "spells.h"
 #include "objectkind.h"
-
+#include "autopick.h"
+#include "targeting.h"
+#include "snipe.h"
 
 /*!
  * @brief 持ち物一覧を表示するコマンドのメインルーチン / Display p_ptr->inventory_list
@@ -1455,7 +1461,6 @@ void do_cmd_query_symbol(void)
                        /* Hack -- Complete the prompt */
                        Term_addstr(-1, TERM_WHITE, _(" ['r'思い出, ESC]", " [(r)ecall, ESC]"));
 
-                       /* Command */
                        query = inkey();
 
                        /* Unrecall */