summaryrefslogtreecommitdiff
path: root/src/monster3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster3.cc')
-rw-r--r--src/monster3.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/monster3.cc b/src/monster3.cc
index c4d2295a..6201f198 100644
--- a/src/monster3.cc
+++ b/src/monster3.cc
@@ -8,12 +8,15 @@
#include "monster3.hpp"
-#include "angband.h"
+#include "cave_type.hpp"
#include "cmd2.hpp"
#include "gods.hpp"
#include "melee2.hpp"
#include "monster2.hpp"
+#include "monster_race.hpp"
+#include "monster_type.hpp"
#include "object2.hpp"
+#include "player_type.hpp"
#include "skills.hpp"
#include "tables.hpp"
#include "util.hpp"