OSDN Git Service

[Refactor] #39912 cmd-activate.c の不要インクルード削除. / Deleted unused include files in cmd...
authordeskull <deskull@users.sourceforge.jp>
Tue, 11 Feb 2020 04:42:06 +0000 (13:42 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Tue, 11 Feb 2020 04:42:06 +0000 (13:42 +0900)
src/cmd/cmd-activate.c

index 35a9d4f..786d673 100644 (file)
@@ -7,36 +7,27 @@
 */
 
 #include "angband.h"
-#include "util.h"
 
 #include "cmd-activate.h"
-#include "cmd-item.h"
 #include "cmd-basic.h"
-#include "floor.h"
 #include "object-hook.h"
 #include "sort.h"
 #include "artifact.h"
 #include "avatar.h"
-#include "spells.h"
 #include "spells-summon.h"
 #include "spells-status.h"
 #include "spells-object.h"
 #include "spells-floor.h"
 #include "player-effects.h"
 #include "realm-hex.h"
-#include "player-status.h"
 #include "player-damage.h"
 #include "player-inventory.h"
 #include "monster-status.h"
 #include "files.h"
 #include "objectkind.h"
 #include "object-ego.h"
-#include "grid.h"
 #include "targeting.h"
 #include "realm-song.h"
-#include "player-race.h"
-#include "player-class.h"
-#include "view-mainwindow.h"
 #include "world.h"
 
 /*!