summaryrefslogtreecommitdiff
path: root/src/squeltch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/squeltch.hpp')
-rw-r--r--src/squeltch.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/squeltch.hpp b/src/squeltch.hpp
index 7c80c111..65ddfb51 100644
--- a/src/squeltch.hpp
+++ b/src/squeltch.hpp
@@ -1,6 +1,7 @@
#pragma once
-#include "angband.h"
+#include "h-basic.h"
+#include "object_type_fwd.hpp"
#include <boost/filesystem.hpp>
extern void squeltch_inventory(void);
@@ -10,4 +11,3 @@ extern void automatizer_add_rule(object_type *o_ptr);
extern bool_ automatizer_create;
extern void automatizer_init();
extern bool automatizer_load(boost::filesystem::path const &path);
-