From 4c9ce77b6e7a7494e3e4ada71eb4155210af1455 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 21 Oct 2009 12:52:09 +0200 Subject: Fix broken include. --- crawl-ref/source/util/levcomp.ypp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/util') diff --git a/crawl-ref/source/util/levcomp.ypp b/crawl-ref/source/util/levcomp.ypp index 566b54247d..d5c21bad3e 100644 --- a/crawl-ref/source/util/levcomp.ypp +++ b/crawl-ref/source/util/levcomp.ypp @@ -4,8 +4,7 @@ #include #include "AppHdr.h" -#include "clua.h" -#include "dlua.h" +#include "l_defs.h" #include "libutil.h" #include "mapdef.h" #include "maps.h" -- cgit v1.2.3-54-g00ecf