summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_crawl.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-21 11:31:49 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-21 11:36:17 +0200
commit7974b1cb0ff0b1d4e20550a3bc731b5c7df7ed10 (patch)
treeca6bf748c7b6d0156e7c43310c846b97e3f43c00 /crawl-ref/source/l_crawl.cc
parent3ab7bb0a81e4d519d8ce6a8f44199cf70d243b0e (diff)
downloadcrawl-ref-7974b1cb0ff0b1d4e20550a3bc731b5c7df7ed10.tar.gz
crawl-ref-7974b1cb0ff0b1d4e20550a3bc731b5c7df7ed10.zip
Move more macros and functions to cluautil.cc.
Diffstat (limited to 'crawl-ref/source/l_crawl.cc')
-rw-r--r--crawl-ref/source/l_crawl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/l_crawl.cc b/crawl-ref/source/l_crawl.cc
index 12ad1e682f..0f9ef6bd31 100644
--- a/crawl-ref/source/l_crawl.cc
+++ b/crawl-ref/source/l_crawl.cc
@@ -5,8 +5,8 @@
#include "AppHdr.h"
-#include "clua.h"
#include "dlua.h"
+#include "cluautil.h"
#include "l_libs.h"
#include "cio.h"