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/m_misc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/heretic/m_misc.c') diff --git a/src/heretic/m_misc.c b/src/heretic/m_misc.c index 9098d7ff..c621ec07 100644 --- a/src/heretic/m_misc.c +++ b/src/heretic/m_misc.c @@ -28,14 +28,13 @@ #else #include #include -#include #include #include #endif #include -#include "DoomDef.h" +#include "doomdef.h" #include "soundst.h" int myargc; -- cgit v1.2.3