From 49eb883334f3e7ab343251cdcd161b77cb3ba784 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Mon, 19 Oct 2009 22:45:04 +0200 Subject: Split dgn_lib out of luadgn.cc; rename luadgn to dlua. --- crawl-ref/source/util/levcomp.ypp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/util') diff --git a/crawl-ref/source/util/levcomp.ypp b/crawl-ref/source/util/levcomp.ypp index 1aa82e25b1..566b54247d 100644 --- a/crawl-ref/source/util/levcomp.ypp +++ b/crawl-ref/source/util/levcomp.ypp @@ -5,8 +5,8 @@ #include "AppHdr.h" #include "clua.h" +#include "dlua.h" #include "libutil.h" -#include "luadgn.h" #include "mapdef.h" #include "maps.h" #include "stuff.h" -- cgit v1.2.3-54-g00ecf