From 15f26fadf4315e0336fd0e2c68e7162c29bbffcb Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 5 Sep 2008 00:33:18 +0000 Subject: Fix #include statements to use lower case filenames. Add automake configuration for building heretic/hexen code. Subversion-branch: /branches/raven-branch Subversion-revision: 1198 --- src/heretic/p_ceilng.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/heretic/p_ceilng.c') diff --git a/src/heretic/p_ceilng.c b/src/heretic/p_ceilng.c index 5ce9d82c..672b8adb 100644 --- a/src/heretic/p_ceilng.c +++ b/src/heretic/p_ceilng.c @@ -21,8 +21,8 @@ // //----------------------------------------------------------------------------- -#include "DoomDef.h" -#include "P_local.h" +#include "doomdef.h" +#include "p_local.h" #include "soundst.h" //================================================================== -- cgit v1.2.3