summaryrefslogtreecommitdiff
path: root/src/status.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/status.cc')
-rw-r--r--src/status.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/status.cc b/src/status.cc
index 0c6dfd10..3fbd9708 100644
--- a/src/status.cc
+++ b/src/status.cc
@@ -15,10 +15,12 @@
* there.
*/
-#include "angband.h"
#include "files.hpp"
#include "monster2.hpp"
+#include "monster_type.hpp"
#include "object1.hpp"
+#include "player_type.hpp"
+#include "stats.hpp"
#include "util.hpp"
#include "util.h"
#include "variable.h"