summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_mapgrd.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-21 11:53:18 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-21 11:53:18 +0200
commitb3b5d901b07ae16b3c1397c6e8710239516be68e (patch)
treea7fdf85720e69207292a9b6bbe3285d62edcfbaa /crawl-ref/source/l_mapgrd.cc
parent0b68859a8d428b2af44828c716f80e46450b1b08 (diff)
downloadcrawl-ref-b3b5d901b07ae16b3c1397c6e8710239516be68e.tar.gz
crawl-ref-b3b5d901b07ae16b3c1397c6e8710239516be68e.zip
Move userdata templates to cluautil.h.
Diffstat (limited to 'crawl-ref/source/l_mapgrd.cc')
-rw-r--r--crawl-ref/source/l_mapgrd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/l_mapgrd.cc b/crawl-ref/source/l_mapgrd.cc
index a1ea880594..efefb583c5 100644
--- a/crawl-ref/source/l_mapgrd.cc
+++ b/crawl-ref/source/l_mapgrd.cc
@@ -1,6 +1,6 @@
#include "AppHdr.h"
-#include "dlua.h"
+#include "cluautil.h"
#include "l_libs.h"
#include "mapdef.h"