summaryrefslogtreecommitdiff
path: root/src/melee1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/melee1.cc')
-rw-r--r--src/melee1.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/melee1.cc b/src/melee1.cc
index 5e3dba82..0f789988 100644
--- a/src/melee1.cc
+++ b/src/melee1.cc
@@ -8,18 +8,21 @@
#include "melee1.hpp"
-#include "angband.h"
#include "cave.hpp"
#include "cmd5.hpp"
#include "gods.hpp"
#include "mimic.hpp"
#include "monster2.hpp"
#include "monster3.hpp"
+#include "monster_race.hpp"
+#include "monster_type.hpp"
#include "object1.hpp"
#include "object2.hpp"
+#include "player_type.hpp"
#include "skills.hpp"
#include "spells1.hpp"
#include "spells2.hpp"
+#include "stats.hpp"
#include "store.hpp"
#include "tables.hpp"
#include "util.hpp"