summaryrefslogtreecommitdiff
path: root/src/cave.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cave.cc')
-rw-r--r--src/cave.cc10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/cave.cc b/src/cave.cc
index fef642da..d73115f8 100644
--- a/src/cave.cc
+++ b/src/cave.cc
@@ -1,12 +1,20 @@
#include "cave.hpp"
-#include "angband.h"
+#include "cave_type.hpp"
+#include "feature_type.hpp"
+#include "hook_enter_dungeon_in.hpp"
#include "monster2.hpp"
+#include "monster_race.hpp"
+#include "monster_type.hpp"
#include "object1.hpp"
+#include "object_kind.hpp"
#include "options.hpp"
+#include "player_type.hpp"
#include "q_rand.hpp"
#include "spells1.hpp"
+#include "store_info_type.hpp"
#include "tables.hpp"
+#include "trap_type.hpp"
#include "util.hpp"
#include "util.h"
#include "variable.h"