summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fprop.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-04 03:03:02 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-04 14:29:26 +0200
commit662a84ac03691a43f36464e45cd6d6f88ba101fb (patch)
treee64ee0fe608972582da55a9729de936dabe99509 /crawl-ref/source/fprop.cc
parent3905aef836a1d2c33550a5fa5ee2dd9846994b8e (diff)
downloadcrawl-ref-662a84ac03691a43f36464e45cd6d6f88ba101fb.tar.gz
crawl-ref-662a84ac03691a43f36464e45cd6d6f88ba101fb.zip
Gut and parcel out most of stuff.cc
Diffstat (limited to 'crawl-ref/source/fprop.cc')
-rw-r--r--crawl-ref/source/fprop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fprop.cc b/crawl-ref/source/fprop.cc
index db76bab710..1d3ed9ae8e 100644
--- a/crawl-ref/source/fprop.cc
+++ b/crawl-ref/source/fprop.cc
@@ -9,7 +9,7 @@
#include "coord.h"
#include "env.h"
-#include "stuff.h"
+#include "libutil.h"
bool is_sanctuary(const coord_def& p)
{