From fccc2460c9eb17ecb89cd02e9fac580a32ec794b Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 21 Oct 2009 10:26:44 +0200 Subject: Move utility functions from clua.cc to cluautil.cc. cluautil.cc should eventually contain all of the functions for passing objects from and to lua, at least the shared ones. Also cut down on clua.cc include list. --- crawl-ref/source/l_item.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/l_item.cc') diff --git a/crawl-ref/source/l_item.cc b/crawl-ref/source/l_item.cc index 3152b7d9ef..e9c0048562 100644 --- a/crawl-ref/source/l_item.cc +++ b/crawl-ref/source/l_item.cc @@ -2,7 +2,7 @@ #include -#include "clua.h" +#include "cluautil.h" #include "l_libs.h" #include "artefact.h" -- cgit v1.2.3-54-g00ecf