summaryrefslogtreecommitdiff
path: root/src/help.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.cc')
-rw-r--r--src/help.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/help.cc b/src/help.cc
index 6391851d..9b607b66 100644
--- a/src/help.cc
+++ b/src/help.cc
@@ -9,11 +9,15 @@
#include "help.hpp"
-#include "angband.h"
+#include "cave_type.hpp"
#include "files.hpp"
+#include "hook_get_in.hpp"
+#include "hook_identify_in.hpp"
+#include "hook_move_in.hpp"
#include "hooks.hpp"
#include "object1.hpp"
#include "options.hpp"
+#include "player_type.hpp"
#include "skills.hpp"
#include "util.hpp"
#include "variable.hpp"