summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapmark.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-28 00:03:07 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-28 00:03:07 -0700
commit0cf3be7fc50ee2a4b594955e8c93fc3438213e7a (patch)
tree2c79555d95c3ff642f586c07c9646eb0d6206c45 /crawl-ref/source/mapmark.cc
parentcb645b5eded55d35986b82356164bcc9e8542cd0 (diff)
downloadcrawl-ref-0cf3be7fc50ee2a4b594955e8c93fc3438213e7a.tar.gz
crawl-ref-0cf3be7fc50ee2a4b594955e8c93fc3438213e7a.zip
Add end.cc
Diffstat (limited to 'crawl-ref/source/mapmark.cc')
-rw-r--r--crawl-ref/source/mapmark.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mapmark.cc b/crawl-ref/source/mapmark.cc
index 892b9744a2..4d6a3ffac2 100644
--- a/crawl-ref/source/mapmark.cc
+++ b/crawl-ref/source/mapmark.cc
@@ -14,10 +14,10 @@
#include "coordit.h"
#include "directn.h"
#include "dlua.h"
+#include "end.h"
+#include "env.h"
#include "libutil.h"
#include "l_libs.h"
-#include "stuff.h"
-#include "env.h"
#include "tags.h"
#include "terrain.h"
#include "unwind.h"