summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index e8ceafabda..aa407a669f 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -15,14 +15,12 @@
#include <cstdio>
#include <memory>
-#include "coordit.h"
#include "dlua.h"
#include "enum.h"
#include "externs.h"
#include "matrix.h"
#include "fprop.h"
#include "makeitem.h"
-#include "stuff.h"
#include "travel.h"
// [dshaligram] Maps can be mirrored; for every orientation, there must be
@@ -231,6 +229,7 @@ private:
};
class map_def;
+class rectangle_iterator;
class map_lines
{
public: