summaryrefslogtreecommitdiff
path: root/src/spells2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells2.hpp')
-rw-r--r--src/spells2.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/spells2.hpp b/src/spells2.hpp
index 825391da..1806e6b0 100644
--- a/src/spells2.hpp
+++ b/src/spells2.hpp
@@ -1,7 +1,9 @@
#pragma once
-#include "angband.h"
+#include "h-basic.h"
+#include "identify_mode.hpp"
#include "object_filter.hpp"
+#include "object_type_fwd.hpp"
extern void curse_artifact(object_type * o_ptr);
extern void grow_things(s16b type, int rad);