summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-04-10 01:43:13 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-04-10 01:51:30 +0200
commitca0b060e1ef214f31bcbda80da09e1f6154e44e3 (patch)
tree01bbf1edcca880d6de25ab9d138ee6087248839f /crawl-ref/source/arena.cc
parentc83a8276c063277c02c43f2a6fd3959a45967744 (diff)
downloadcrawl-ref-ca0b060e1ef214f31bcbda80da09e1f6154e44e3.tar.gz
crawl-ref-ca0b060e1ef214f31bcbda80da09e1f6154e44e3.zip
Get rid of a misplaced prototype, adjust includes.
Diffstat (limited to 'crawl-ref/source/arena.cc')
-rw-r--r--crawl-ref/source/arena.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index 1f861e7b25..1769624e37 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -15,7 +15,6 @@
#include "externs.h"
#include "items.h"
#include "itemname.h" // for make_name()
-#include "l_defs.h"
#include "libutil.h"
#include "los.h"
#include "macro.h"
@@ -34,6 +33,7 @@
#include "spl-util.h"
#include "state.h"
#include "stuff.h"
+#include "terrain.h"
#ifdef USE_TILE
#include "tileview.h"
#endif