OSDN Git Service

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

index cf5ab3d..e6a7be9 100644 (file)
  */
 
 #include "angband.h"
-#include "util.h"
 #include "cmd-dump.h"
 #include "term.h"
-#include "inet.h"
 #include "core.h"
 
 #include "autopick.h"
 
-#include "bldg.h"
+#include "inet.h"
 #include "birth.h"
-#include "cmd-pet.h"
-#include "cmd-spell.h"
 #include "dungeon.h"
-#include "feature.h"
 #include "world.h"
 #include "player-effects.h"
 #include "player-status.h"
 #include "object-hook.h"
 #include "monster.h"
 #include "monster-status.h"
-#include "floor.h"
 #include "view-mainwindow.h"
 #include "dungeon-file.h"
 #include "files.h"
-#include "player-class.h"
-#include "player-move.h"
 #include "spells.h"
 #include "objectkind.h"
 #include "floor-town.h"
-#include "realm.h"
 #include "view-mainwindow.h"
 
 #include "english.h"