From 439a4b158b47c635100b0006470a7ed1e44e29f3 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 6 Sep 2008 20:06:14 +0000 Subject: Remove includes of doomdef.h where possible, move generic parts into top level. Subversion-branch: /branches/raven-branch Subversion-revision: 1204 --- src/deh_main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/deh_main.c') diff --git a/src/deh_main.c b/src/deh_main.c index b70a3384..9d528b0a 100644 --- a/src/deh_main.c +++ b/src/deh_main.c @@ -24,9 +24,11 @@ // //----------------------------------------------------------------------------- +#include +#include +#include #include -#include "doomdef.h" #include "doomtype.h" #include "d_iwad.h" #include "m_argv.h" -- cgit v1.2.3