From 548dfe2081775d5bffa6a429f934d10172112215 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 21 Oct 2009 12:52:45 +0200 Subject: Revert "Fix broken include." Messed up the submodule again, I'm afraid. This reverts commit 4c9ce77b6e7a7494e3e4ada71eb4155210af1455. --- crawl-ref/source/contrib/sdl | 2 +- crawl-ref/source/util/levcomp.ypp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/crawl-ref/source/contrib/sdl b/crawl-ref/source/contrib/sdl index 678edf28db..b59d2431e4 160000 --- a/crawl-ref/source/contrib/sdl +++ b/crawl-ref/source/contrib/sdl @@ -1 +1 @@ -Subproject commit 678edf28dba5f646f102ff2e35af52817ce12f7a +Subproject commit b59d2431e42bb1fd124f1c3709b73704927f8624 diff --git a/crawl-ref/source/util/levcomp.ypp b/crawl-ref/source/util/levcomp.ypp index d5c21bad3e..566b54247d 100644 --- a/crawl-ref/source/util/levcomp.ypp +++ b/crawl-ref/source/util/levcomp.ypp @@ -4,7 +4,8 @@ #include #include "AppHdr.h" -#include "l_defs.h" +#include "clua.h" +#include "dlua.h" #include "libutil.h" #include "mapdef.h" #include "maps.h" -- cgit v1.2.3-54-g00ecf