summaryrefslogtreecommitdiff
path: root/src/squelch/automatizer.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-06-07 17:49:09 +0200
committerBardur Arantsson <bardur@scientician.net>2015-06-07 17:49:09 +0200
commitc8a270e51dc22f39ed048ab1cc609e6e456df58f (patch)
tree6d6a7d2338abdbecbb1351e2c9cbf9b08b42b6bc /src/squelch/automatizer.cc
parentdcb193fabc7af4776bdf0d31045f6801fa18000e (diff)
Split types.h into separate header for each type
Diffstat (limited to 'src/squelch/automatizer.cc')
-rw-r--r--src/squelch/automatizer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/squelch/automatizer.cc b/src/squelch/automatizer.cc
index 0ea04dae..c3c52b1b 100644
--- a/src/squelch/automatizer.cc
+++ b/src/squelch/automatizer.cc
@@ -4,8 +4,8 @@
#include "tome/squelch/rule.hpp"
#include "tome/squelch/cursor.hpp"
#include "tome/squelch/tree_printer.hpp"
-#include "angband.h"
#include "util.hpp"
+#include "z-term.h"
namespace squelch {