summaryrefslogtreecommitdiff
path: root/src/q_fireprof.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_fireprof.cc')
-rw-r--r--src/q_fireprof.cc8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/q_fireprof.cc b/src/q_fireprof.cc
index d768ad8b..b11c9667 100644
--- a/src/q_fireprof.cc
+++ b/src/q_fireprof.cc
@@ -1,9 +1,15 @@
#include "q_fireprof.hpp"
-#include "quark.hpp"
+
+#include "cave_type.hpp"
+#include "feature_type.hpp"
+#include "hook_get_in.hpp"
#include "hooks.hpp"
#include "lua_bind.hpp"
#include "object1.hpp"
#include "object2.hpp"
+#include "object_type.hpp"
+#include "player_type.hpp"
+#include "quark.hpp"
#include "tables.hpp"
#include "traps.hpp"
#include "util.hpp"